mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 21:32:01 +00:00
Use lcall opcodes, so all gas-es understand it...
This commit is contained in:
parent
d5041fc45a
commit
b30b0e74cd
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user