> compile NEMU

ysyx_22040000 李心杨
Linux calcite 6.1.71 #1-NixOS SMP PREEMPT_DYNAMIC Fri Jan  5 14:18:41 UTC 2024 x86_64 GNU/Linux
 22:26:36  up 2 days 11:21,  2 users,  load average: 0.96, 0.49, 0.37
This commit is contained in:
tracer-ysyx 2024-01-15 22:26:36 +08:00 committed by xinyangli
parent 645d749c51
commit 15c6204a16

View file

@ -10,6 +10,7 @@
#include <time.h> #include <time.h>
#include <addrexp.h> #include <addrexp.h>
#include <addrexp_lex.h> #include <addrexp_lex.h>
#include <common.h>
#include <reg.h> #include <reg.h>
char buf[65536] = {}, ref_buf[65536] = {}; char buf[65536] = {}, ref_buf[65536] = {};