diff options
-rw-r--r-- | src/lj_crecord.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_crecord.c b/src/lj_crecord.c index a8342015..1b65c110 100644 --- a/src/lj_crecord.c +++ b/src/lj_crecord.c | |||
@@ -802,6 +802,8 @@ static TRef crec_call_args(jit_State *J, RecordFFData *rd, | |||
802 | else | 802 | else |
803 | tr = emitconv(tr, IRT_INT, d->size==1 ? IRT_I8 : IRT_I16,IRCONV_SEXT); | 803 | tr = emitconv(tr, IRT_INT, d->size==1 ? IRT_I8 : IRT_I16,IRCONV_SEXT); |
804 | } | 804 | } |
805 | } else if (LJ_SOFTFP && ctype_isfp(d->info) && d->size > 4) { | ||
806 | lj_needsplit(J); | ||
805 | } | 807 | } |
806 | #if LJ_TARGET_X86 | 808 | #if LJ_TARGET_X86 |
807 | /* 64 bit args must not end up in registers for fastcall/thiscall. */ | 809 | /* 64 bit args must not end up in registers for fastcall/thiscall. */ |