> 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
 16:09:20 up 2 days,  6:23,  1 user,  load average: 0.09, 0.21, 0.22
This commit is contained in:
tracer-ics2023
2024-09-14 16:09:21 +08:00
committed by zzy
parent b805b69e92
commit a743661052

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 = 1;
static uint64_t boot_time = 0;
static uint64_t get_time_internal() {
#if defined(CONFIG_TARGET_AM)