> 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:12:48  up 1 day 10:28,  2 users,  load average: 0.51, 0.59, 0.55
This commit is contained in:
tracer-ysyx 2024-01-13 10:12:48 +08:00 committed by xinyangli
parent 507190a9f2
commit ed5286d81a

View file

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