diff options
author | bloodstalker <thabogre@gmail.com> | 2018-09-30 14:59:30 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-09-30 14:59:30 +0000 |
commit | ce424e6d92d77e0000b1f6b7cc93c20062cc720b (patch) | |
tree | c33a9f123b03f5c1770b1283924af8dfb2e174a7 /bruiser/autogen/wasm/ltg | |
parent | with a few minor tweaks, you can build m0, obfuscator and bruiser with llvm 8... (diff) | |
download | mutator-ce424e6d92d77e0000b1f6b7cc93c20062cc720b.tar.gz mutator-ce424e6d92d77e0000b1f6b7cc93c20062cc720b.zip |
some more fixes, mainly for tablegen and fualtreiber, will check later to make sure everything is working correctly
Diffstat (limited to '')
-rw-r--r-- | bruiser/autogen/wasm/ltg/luwasm.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/autogen/wasm/ltg/luwasm.xml b/bruiser/autogen/wasm/ltg/luwasm.xml index 6db8b7b..8d6efe0 100644 --- a/bruiser/autogen/wasm/ltg/luwasm.xml +++ b/bruiser/autogen/wasm/ltg/luwasm.xml @@ -100,7 +100,7 @@ </Read> <Definition> <Init_Expr name="init_expr_t" isaggregate="true" luatype="lightuserdata"> - <Code name="code" type="string" count="1" size="-1" delimiter="11" luatype="integer"></Code> + <Code name="code" type="string" count="1" size="-1" delimiter="11" luatype="string"></Code> </Init_Expr> <Resizable_Limit name="resizable_limit_t" isaggregate="true" luatype="lightuserdata"> <Flags name="flags" encoding="leb128u" type="uint8" count="1" luatype="integer"></Flags> |