> 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
 09:44:40 up 23:58,  1 user,  load average: 0.41, 0.33, 0.34
This commit is contained in:
tracer-ics2023
2024-09-13 09:44:40 +08:00
committed by zzy
parent 5fd4ae4f4e
commit 9dc5f3cb16

View File

@ -6,7 +6,6 @@ static uint64_t __timer_start;
void __am_timer_init() {
__timer_start = GET_TIME();
putstr("timer start");
}
void __am_timer_uptime(AM_TIMER_UPTIME_T *uptime) {