> compile NEMU

221220000 张三
Linux zzy 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
 10:17:41 up 3 days,  3:19,  1 user,  load average: 0.66, 0.44, 0.26
This commit is contained in:
tracer-ics2023
2024-08-26 10:17:42 +08:00
committed by zzy
parent ce86da9fb4
commit ad8730605c

View File

@ -76,7 +76,7 @@ typedef struct token {
char str[32];
} Token;
static Token tokens[32] __attribute__((used)) = {};
static Token tokens[65536] __attribute__((used)) = {};
static int nr_token __attribute__((used)) = 0;
static bool make_token(char *e) {