Skip to content

Commit 48cd2c0

Browse files
committed
C fixes in c_emulator_fix
1 parent dc98a6c commit 48cd2c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

handwritten_support/c_emulator_fix.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ struct zMisa;
1212
typedef int unit;
1313
typedef uint64_t mach_bits;
1414

15-
unit z_set_Misa_C(struct zMisa *, mach_bits) {
15+
unit z_set_Misa_C(struct zMisa * isa, mach_bits bits) {
1616
fprintf(stderr, "z_set_Misa_C is not supported\n");
1717
exit(EXIT_FAILURE);
18-
}
18+
}

0 commit comments

Comments
 (0)