diff options
Diffstat (limited to 'src/lj_ffrecord.c')
-rw-r--r-- | src/lj_ffrecord.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_ffrecord.c b/src/lj_ffrecord.c index fcc46319..918cc9cf 100644 --- a/src/lj_ffrecord.c +++ b/src/lj_ffrecord.c | |||
@@ -659,6 +659,7 @@ static void LJ_FASTCALL recff_bit_tohex(jit_State *J, RecordFFData *rd) | |||
659 | TRef tr = recff_bit64_tohex(J, rd, hdr); | 659 | TRef tr = recff_bit64_tohex(J, rd, hdr); |
660 | J->base[0] = emitir(IRT(IR_BUFSTR, IRT_STR), tr, hdr); | 660 | J->base[0] = emitir(IRT(IR_BUFSTR, IRT_STR), tr, hdr); |
661 | #else | 661 | #else |
662 | UNUSED(rd); | ||
662 | recff_nyiu(J); /* Don't bother working around this NYI. */ | 663 | recff_nyiu(J); /* Don't bother working around this NYI. */ |
663 | #endif | 664 | #endif |
664 | } | 665 | } |