> 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:
parent
507190a9f2
commit
ed5286d81a
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
%}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue