> compile NEMU

ysyx_22040000 李心杨
Linux calcite 6.1.69 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 20 16:00:29 UTC 2023 x86_64 GNU/Linux
 10:10:36  up 1 day 10:26,  2 users,  load average: 0.41, 0.59, 0.54
This commit is contained in:
tracer-ysyx 2024-01-13 10:10:36 +08:00 committed by xinyangli
parent a392840f6c
commit 9273d0c7d8

View file

@ -1,7 +1,5 @@
#include "sys/types.h"
#include "unistd.h"
#include <addrexp.h>
#include <addrexp_lex.h>
#include <assert.h>
#include <check.h>
#include <math.h>
@ -9,6 +7,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <addrexp.h>
#include <addrexp_lex.h>
char buf[65536] = {}, ref_buf[65536] = {};
static char code_buf[65536 + 128] = {}; // a little larger than `buf`