> 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:
tracer-ysyx 2024-01-13 10:23:33 +08:00 committed by xinyangli
parent f614d7afd5
commit 9e7d1f9f9f

View file

@ -4,7 +4,7 @@
#include <stdint.h>
extern int yylex(void);
void yyerror(uint32_t *result, const char *err) {
fprintf(stderr, "Error: %s\n", err);
// fprintf(stderr, "Error: %s\n", err);
}
%}