> compile NEMU
221220000 张三 Linux zzy 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 12:58:17 up 2 days, 3:12, 1 user, load average: 0.29, 0.37, 0.40
This commit is contained in:
@ -39,7 +39,6 @@ static void timer_intr() {
|
||||
|
||||
void init_timer() {
|
||||
rtc_port_base = (uint32_t *)new_space(8);
|
||||
get_time();
|
||||
#ifdef CONFIG_HAS_PORT_IO
|
||||
add_pio_map ("rtc", CONFIG_RTC_PORT, rtc_port_base, 8, rtc_io_handler);
|
||||
#else
|
||||
|
Reference in New Issue
Block a user