> 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 10:23:33 up 1 day 10:39, 2 users, load average: 0.48, 0.42, 0.47
This commit is contained in:
parent
f614d7afd5
commit
9e7d1f9f9f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
extern int yylex(void);
|
extern int yylex(void);
|
||||||
void yyerror(uint32_t *result, const char *err) {
|
void yyerror(uint32_t *result, const char *err) {
|
||||||
fprintf(stderr, "Error: %s\n", err);
|
// fprintf(stderr, "Error: %s\n", err);
|
||||||
}
|
}
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue