> 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
 14:26:14 up 2 days,  4:40,  1 user,  load average: 0.63, 0.25, 0.21
This commit is contained in:
tracer-ics2023
2024-09-14 14:26:15 +08:00
committed by zzy
parent fe50accd5e
commit f8ee3995fe

View File

@ -21,7 +21,7 @@ IFDEF(CONFIG_TIMER_CLOCK_GETTIME,
IFDEF(CONFIG_TIMER_CLOCK_GETTIME,
static_assert(sizeof(clock_t) == 8, "sizeof(clock_t) != 8"));
static uint64_t boot_time = 0;
static uint64_t boot_time = 1;
static uint64_t get_time_internal() {
#if defined(CONFIG_TARGET_AM)