> 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:
parent
74e272b7b5
commit
755eaa921c
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue