> compile NEMU
ysyx_22040000 李心杨 Linux calcite 6.1.75 #1-NixOS SMP PREEMPT_DYNAMIC Thu Jan 25 23:27:52 UTC 2024 x86_64 GNU/Linux 19:50:59 up 1 day 5:26, 2 users, load average: 0.47, 0.88, 0.87
This commit is contained in:
parent
fa7173194f
commit
d34c606c99
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
void yyerror(word_t *result, const char *err) {
|
void yyerror(word_t *result, const char *err) {
|
||||||
Error("Expression syntax error: %s", err);
|
Error("%s", err);
|
||||||
}
|
}
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue