mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-29 14:49:44 +00:00
fix a warning
This commit is contained in:
parent
faadf4cbb1
commit
a97df3c953
@ -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
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user