Skip to content

Commit

Permalink
C fixes in c_emulator_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterRugg committed Apr 27, 2024
1 parent dc98a6c commit 48cd2c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions handwritten_support/c_emulator_fix.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ struct zMisa;
typedef int unit;
typedef uint64_t mach_bits;

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

0 comments on commit 48cd2c0

Please sign in to comment.