winedbg: 'Int XX' is not a function call, so don't try to handle it as such on i386.

This commit is contained in:
Eric Pouech 2009-07-11 21:19:05 +02:00 committed by Alexandre Julliard
parent 2cdc48a4e5
commit 28dd482279

View file

@ -543,9 +543,6 @@ static unsigned be_i386_is_func_call(const void* insn, ADDRESS64* callee)
}
return TRUE;
case 0xCD:
WINE_FIXME("Unsupported yet call insn (0x%02x) at %p\n", ch, insn);
/* fall through */
default:
return FALSE;
}