aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/asmrewriter.c
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-10-03 14:57:54 +0000
committerbloodstalker <thabogre@gmail.com>2018-10-03 14:57:54 +0000
commit116bdcba0e6dbade27edcb36fb2f950ffe356fd8 (patch)
treea6dd4817884fbbbff0fa3d97f0ee008eadc8a5a6 /bruiser/asmrewriter.c
parentadded tests for wasm setters, faultreiber and tablegen now use the same xml f... (diff)
downloadmutator-116bdcba0e6dbade27edcb36fb2f950ffe356fd8.tar.gz
mutator-116bdcba0e6dbade27edcb36fb2f950ffe356fd8.zip
wip, working on fixing the setters, need to test all of them to see if they are working.some of them are working now.
Diffstat (limited to 'bruiser/asmrewriter.c')
-rw-r--r--bruiser/asmrewriter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bruiser/asmrewriter.c b/bruiser/asmrewriter.c
index 899c5eb..b082a2d 100644
--- a/bruiser/asmrewriter.c
+++ b/bruiser/asmrewriter.c
@@ -302,6 +302,7 @@ int jmpt_register(lua_State* __ls) {
lua_newtable(__ls);
luaL_setfuncs(__ls, jmpt_methods, 0);
luaL_newmetatable(__ls, "jmp_s_t");
+ luaL_setfuncs(__ls, jmpt_methods, 0);
luaL_setfuncs(__ls, jmpt_meta, 0);
lua_pushliteral(__ls, "__index");
lua_pushvalue(__ls, -3);