> 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
 16:15:07 up 18:40,  2 users,  load average: 0.49, 0.22, 0.13
This commit is contained in:
tracer-ics2023
2024-08-18 16:15:08 +08:00
committed by zzy
parent 730477d7df
commit 2ee0215e04

View File

@ -23,6 +23,7 @@
enum {
TK_NOTYPE = 256, TK_EQ,
TK_DEC,
TK_NEGATIVE,
/* TODO: Add more token types */