> compile NEMU
ysyx_22040000 李心杨 Linux calcite 6.1.75 #1-NixOS SMP PREEMPT_DYNAMIC Thu Jan 25 23:27:52 UTC 2024 x86_64 GNU/Linux 19:47:20 up 1 day 5:23, 2 users, load average: 0.73, 0.76, 0.80
This commit is contained in:
parent
c46b2b1ae0
commit
867acd22fb
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
#include <utils.h>
|
||||
|
||||
#define Log(format, ...) \
|
||||
_Log(ANSI_FMT("[INFO] %s:%d %s " format, ANSI_FG_BLUE) "\n", \
|
||||
_Log(ANSI_FMT("[INFO] %s:%d " , ANSI_FG_BLUE) "%s " format "\n", \
|
||||
__FILE__, __LINE__, __func__, ## __VA_ARGS__)
|
||||
|
||||
#define Warning(format, ...) \
|
||||
|
|
Loading…
Reference in a new issue