> compile NEMU

ysyx_22040000 李心杨
Linux calcite 6.6.19 #1-NixOS SMP PREEMPT_DYNAMIC Fri Mar  1 12:35:11 UTC 2024 x86_64 GNU/Linux
 20:06:14  up   7:12,  2 users,  load average: 1.98, 1.70, 1.22
This commit is contained in:
tracer-ysyx 2024-03-20 20:06:14 +08:00 committed by xinyangli
parent 9b3a6fd757
commit 694ddb57dc
5 changed files with 7 additions and 7 deletions

View file

@ -16,7 +16,7 @@
#ifndef __UTILS_H__
#define __UTILS_H__
#include <common.h>
#include <types.h>
// ----------- state -----------
@ -74,7 +74,4 @@ uint64_t get_time();
} while (0)
IFDEF(CONFIG_ITRACE, void log_itrace_print());
#endif