mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-28 06:52:35 +00:00
* Fix to the gcc4/-O0 x86 JIT compiler bug
This commit is contained in:
parent
981112669f
commit
e95f1f2106
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ void AsmCall( void ) {
|
|||
"doret: \n\t" \
|
||||
" ret \n\t" \
|
||||
: "=rm" (callSyscallNum), "=rm" (callProgramStack), "=rm" (callOpStack) \
|
||||
: "rm" (instructionPointers) \
|
||||
: "m" (instructionPointers) \
|
||||
: "ax", "di", "si", "cx" \
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue