mirror of
https://github.com/ptitSeb/box86.git
synced 2024-11-23 09:54:03 +08:00
Fixed a printf and execution bits of the tests
This commit is contained in:
parent
a5d05140ef
commit
426eac645a
@ -211,7 +211,7 @@ int Run(x86emu_t *emu)
|
||||
break;
|
||||
|
||||
default:
|
||||
printf_log(LOG_NONE, "Unimplemented Opcode 66 %02X %02X %02X %02X\n", opcode, Peek(emu, 0), Peek(emu, 1), Peek(emu, 2));
|
||||
printf_log(LOG_NONE, "Unimplemented Opcode 65 %02X %02X %02X %02X\n", opcode, Peek(emu, 0), Peek(emu, 1), Peek(emu, 2));
|
||||
emu->quit=1;
|
||||
emu->error |= ERR_UNIMPL;
|
||||
}
|
||||
|
0
tests/ref06.txt
Executable file → Normal file
0
tests/ref06.txt
Executable file → Normal file
0
tests/test04.c
Executable file → Normal file
0
tests/test04.c
Executable file → Normal file
0
tests/test06.c
Executable file → Normal file
0
tests/test06.c
Executable file → Normal file
Loading…
Reference in New Issue
Block a user