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