mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Minor fixes.
This commit is contained in:
parent
94d0b53004
commit
54484e257f
@ -503,7 +503,7 @@ LJLIB_CF(print)
|
|||||||
tv = L->top-1;
|
tv = L->top-1;
|
||||||
}
|
}
|
||||||
shortcut = (tvisfunc(tv) && funcV(tv)->c.ffid == FF_tostring)
|
shortcut = (tvisfunc(tv) && funcV(tv)->c.ffid == FF_tostring)
|
||||||
&& !gcrefu(basemt_it(G(L), LJ_TNUMX));
|
&& !gcrefu(basemt_it(G(L), LJ_TNUMX));
|
||||||
for (i = 0; i < nargs; i++) {
|
for (i = 0; i < nargs; i++) {
|
||||||
cTValue *o = &L->base[i];
|
cTValue *o = &L->base[i];
|
||||||
const char *str;
|
const char *str;
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
#include "lj_cdata.h"
|
#include "lj_cdata.h"
|
||||||
#endif
|
#endif
|
||||||
#include "lj_trace.h"
|
#include "lj_trace.h"
|
||||||
|
#include "lj_dispatch.h"
|
||||||
#include "lj_vm.h"
|
#include "lj_vm.h"
|
||||||
|
|
||||||
#define GCSTEPSIZE 1024u
|
#define GCSTEPSIZE 1024u
|
||||||
|
Loading…
Reference in New Issue
Block a user