Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/facebook/luaffifb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/call.c
diff options
context:
space:
mode:
Diffstat (limited to 'call.c')
-rw-r--r--call.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/call.c b/call.c
index 7a44b09..71bb3ae 100644
--- a/call.c
+++ b/call.c
@@ -170,6 +170,7 @@ static void* reserve_code(struct jit* jit, lua_State* L, size_t sz)
ADDFUNC(NULL, push_cdata);
ADDFUNC(NULL, push_int);
ADDFUNC(NULL, push_uint);
+ ADDFUNC(NULL, lua_pushinteger);
ADDFUNC(NULL, push_float);
ADDFUNC(jit->kernel32_dll, SetLastError);
ADDFUNC(jit->kernel32_dll, GetLastError);