aboutsummaryrefslogtreecommitdiffstats
path: root/test/struct.json
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-07-02 12:20:17 +0000
committerbloodstalker <thabogre@gmail.com>2018-07-02 12:20:17 +0000
commite83ae1b59160627bef19c519ba13817dd5ee88b6 (patch)
tree1e9af360fbfca0d27594474b432126a67eba38c6 /test/struct.json
parentupdate (diff)
downloadfaultreiber-e83ae1b59160627bef19c519ba13817dd5ee88b6.tar.gz
faultreiber-e83ae1b59160627bef19c519ba13817dd5ee88b6.zip
update
Diffstat (limited to '')
-rw-r--r--test/struct.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/struct.json b/test/struct.json
index 38fe5a7..cb7899c 100644
--- a/test/struct.json
+++ b/test/struct.json
@@ -15,7 +15,7 @@
"W_Import_Section_Entry":
{"field_name":["module_length", "module_str", "field_len", "field_str", "kind", "type"], "field_type":["varuint32", "char*", "varuint32", "char*", "enum external_kind_t", "void*"], "lua_type": ["integer", "string", "integer", "string", "integer", "lightuserdata"], "methods": ["convert", "check", "push_self", "push_args", "new"]},
"W_Import_Section":
- {"field_name":["count", "entries"], "field_type":["varuint32","W_Import_Section**"], "lua_type":["integer", "lightuserdata"], "methods":["convert", "check", "push_self", "push_args", "new"]},
+ {"field_name":["count", "entries"], "field_type":["varuint32","W_Import_Section_Entry**"], "lua_type":["integer", "lightuserdata"], "methods":["convert", "check", "push_self", "push_args", "new"]},
"W_Function_Section":
{"field_name":["count", "types"], "field_type":["varuint32", "varuint32*"], "lua_type":["integer", "lightuserdata"], "methods":["convert", "check", "push_self", "push_args", "new"]},
"W_Table_Section":