Commit b30b0e74 authored by Ove Kaaven's avatar Ove Kaaven Committed by Alexandre Julliard

Use lcall opcodes, so all gas-es understand it...

parent d5041fc4
......@@ -221,7 +221,7 @@ static void DPMI_CallRMCBProc( CONTEXT86 *context, RMCB *rmcb, WORD flag )
"pushfl\n"
"mov %7,%%es\n"
"mov %5,%%ds\n"
".byte 0x36; lcall *(%3)\n"
".byte 0x36, 0xff, 0x18\n" /* lcall *%ss:(%eax) */
"popl %%ds\n"
"mov %%es,%0\n"
"popl %%es\n"
......
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