Fixed UNIX compilation

This commit is contained in:
2025-02-08 13:08:34 -07:00
parent 65e4dbadb5
commit fc67151bfa
613 changed files with 34 additions and 38 deletions

View File

@ -1,5 +1,6 @@
#include <instructions.h>
#include <cpu.h>
#include <bus.h>
instruction instructions[0x100] = {
//0x0X
@ -442,4 +443,4 @@ void inst_to_str(cpu_context *ctx, char *str) {
fprintf(stderr, "INVALID AM: %d\n", inst->mode);
NO_IMPL
}
}
}