mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
ARM: Fix armhf call argument handling.
This commit is contained in:
parent
405020c405
commit
ee748dd029
@ -355,7 +355,7 @@ static void asm_gencall(ASMState *as, const CCallInfo *ci, IRRef *args)
|
||||
IRRef ref = args[n];
|
||||
IRIns *ir = IR(ref);
|
||||
#if !LJ_SOFTFP
|
||||
if (irt_isfp(ir->t)) {
|
||||
if (ref && irt_isfp(ir->t)) {
|
||||
RegSet of = as->freeset;
|
||||
Reg src;
|
||||
if (!LJ_ABI_SOFTFP && !(ci->flags & CCI_VARARG)) {
|
||||
|
Loading…
Reference in New Issue
Block a user