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

This commit is contained in:
Ove Kaaven 2000-07-25 17:42:46 +00:00 committed by Alexandre Julliard
parent d5041fc45a
commit b30b0e74cd
1 changed files with 1 additions and 1 deletions

View File

@ -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"