> 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:50:22 up 2 days,  7:04,  1 user,  load average: 0.42, 0.31, 0.32
This commit is contained in:
tracer-ics2023
2024-09-14 16:50:23 +08:00
committed by zzy
parent 601de36245
commit 91931e76ed

View File

@ -34,8 +34,8 @@ int main(int argc, char *argv[]) {
#endif
/* init boot time */
uint64_t get_time();
get_time();
// uint64_t get_time();
// get_time();
/* Start engine. */
engine_start();