mirror of
https://github.com/ptitSeb/box86.git
synced 2025-03-06 21:47:40 +00:00
Fixed a warning
This commit is contained in:
parent
f3d20f5605
commit
34ae8d5274
@ -298,7 +298,7 @@ void RunLock(x86emu_t *emu)
|
||||
break;
|
||||
default:
|
||||
pthread_mutex_unlock(&emu->context->mutex_lock);
|
||||
printf_log(LOG_NONE, "Illegal Opcode 0xF0 0x%02X 0x%02X\n", opcode, nextop);
|
||||
printf_log(LOG_NONE, "Illegal Opcode 0xF0 0x%02X 0x%02X\n", opcode, PK(0));
|
||||
emu->quit=1;
|
||||
emu->error |= ERR_ILLEGAL;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user