Commit 28dd4822 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

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

parent 2cdc48a4
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment