> 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
 09:26:58  up 1 day  9:42,  2 users,  load average: 0.63, 0.49, 0.49
This commit is contained in:
tracer-ysyx 2024-01-13 09:26:58 +08:00 committed by xinyangli
parent 74e272b7b5
commit 755eaa921c

View file

@ -25,7 +25,7 @@ static char *code_format =
void gen(char c) {
*(buf_ptr++) = c;
*(ref_buf_ptr) = c;
*(ref_buf_ptr++) = c;
}
void gen_num(void) {