mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-12 09:24:07 +00:00
Fix x64 build.
This commit is contained in:
parent
faf05c3a13
commit
8d8dbf27b8
@ -550,8 +550,10 @@ static void asm_setupresult(ASMState *as, IRIns *ir, const CCallInfo *ci)
|
|||||||
irt_isnum(ir->t) ? XOg_FSTPq : XOg_FSTPd, RID_ESP, ofs);
|
irt_isnum(ir->t) ? XOg_FSTPq : XOg_FSTPd, RID_ESP, ofs);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#if LJ_32
|
||||||
} else if (hiop) {
|
} else if (hiop) {
|
||||||
ra_destpair(as, ir);
|
ra_destpair(as, ir);
|
||||||
|
#endif
|
||||||
} else {
|
} else {
|
||||||
lua_assert(!irt_ispri(ir->t));
|
lua_assert(!irt_ispri(ir->t));
|
||||||
ra_destreg(as, ir, RID_RET);
|
ra_destreg(as, ir, RID_RET);
|
||||||
|
Loading…
Reference in New Issue
Block a user