> 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:
parent
9b3a6fd757
commit
694ddb57dc
5 changed files with 7 additions and 7 deletions
|
@ -17,8 +17,12 @@
|
|||
#define __DEBUG_H__
|
||||
|
||||
#include <stdio.h>
|
||||
#include <types.h>
|
||||
#include <macro.h>
|
||||
#include <utils.h>
|
||||
|
||||
IFDEF(CONFIG_ITRACE, void log_itrace_print());
|
||||
|
||||
#define Trace(format, ...) \
|
||||
_Log("[TRACE] " format "\n", ## __VA_ARGS__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue