> 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 15:53:35 up 6:07, 1 user, load average: 0.51, 0.44, 0.43
This commit is contained in:
@ -10,7 +10,6 @@ void __am_timer_uptime(AM_TIMER_UPTIME_T *uptime) {
|
||||
uptime->us = inl(RTC_ADDR);
|
||||
uint64_t res = inl(RTC_ADDR + 4);
|
||||
put_us(res);
|
||||
putstr("|");
|
||||
}
|
||||
|
||||
void __am_timer_rtc(AM_TIMER_RTC_T *rtc) {
|
||||
|
Reference in New Issue
Block a user