mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
x86emu: Squash a warning
Apologies, should have caught this one when applying the previous x86emu patch. Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
@@ -12078,7 +12078,7 @@ x86emuOp_opcFF_word_RM(u8 X86EMU_UNUSED(op1))
|
||||
break;
|
||||
case 2: /* call word ptr ... */
|
||||
if (M.x86.mode & SYSMODE_PREFIX_DATA) {
|
||||
destreg = DECODE_RM_LONG_REGISTER(rl);
|
||||
destreg = (u16 *)DECODE_RM_LONG_REGISTER(rl);
|
||||
DECODE_PRINTF("\n");
|
||||
TRACE_AND_STEP();
|
||||
push_long(M.x86.R_EIP);
|
||||
|
||||
Reference in New Issue
Block a user