fix a warning

This commit is contained in:
asvitkine 2011-12-27 07:22:18 +00:00
parent faadf4cbb1
commit a97df3c953

View File

@ -261,7 +261,7 @@ void EmulOp(M68kRegisters *r, uint32 pc, int selector)
// Patch DebugStr() // Patch DebugStr()
static const uint8 proc_template[] = { static const uint8 proc_template[] = {
M68K_EMUL_OP_DEBUG_STR >> 8, M68K_EMUL_OP_DEBUG_STR, M68K_EMUL_OP_DEBUG_STR >> 8, M68K_EMUL_OP_DEBUG_STR & 0xFF,
0x4e, 0x74, // rtd #4 0x4e, 0x74, // rtd #4
0x00, 0x04 0x00, 0x04
}; };