Fixed UNIX compilation
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user