GCC 2 compilation fix for x86emu.
This commit is contained in:
parent
74bda98cb2
commit
9bfe064799
@ -10189,8 +10189,8 @@ Handles opcode 0xe8
|
||||
static void
|
||||
x86emuOp_call_near_IMM(u8 X86EMU_UNUSED(op1))
|
||||
{
|
||||
s16 ip16;
|
||||
s32 ip32;
|
||||
s16 ip16 = 0;
|
||||
s32 ip32 = 0;
|
||||
|
||||
START_OF_INSTR();
|
||||
DECODE_PRINTF("CALL\t");
|
||||
|
Loading…
Reference in New Issue
Block a user