> 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
 21:06:54  up   0:22,  2 users,  load average: 0.64, 0.76, 0.65
This commit is contained in:
tracer-ysyx 2024-01-19 21:06:54 +08:00 committed by xinyangli
parent a9755df8de
commit 80c13c3f6b

View file

@ -44,7 +44,7 @@ expression
| '(' expression ')' { $$ = $2; }
number
: REGISTER { $$ = $1; }
: REGISTER
| NUMBER
| HEX_NUMBER