Fix non-FFI build.

This commit is contained in:
Mike Pall
2013-09-10 00:47:28 +02:00
parent 7dc6750eb3
commit 803d4ddf0c
3 changed files with 7 additions and 6 deletions

View File

@@ -659,6 +659,7 @@ static void LJ_FASTCALL recff_bit_tohex(jit_State *J, RecordFFData *rd)
TRef tr = recff_bit64_tohex(J, rd, hdr);
J->base[0] = emitir(IRT(IR_BUFSTR, IRT_STR), tr, hdr);
#else
UNUSED(rd);
recff_nyiu(J); /* Don't bother working around this NYI. */
#endif
}