diff options
author | bloodstalker <thabogre@gmail.com> | 2018-09-24 15:01:54 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-09-24 15:01:54 +0000 |
commit | 92e616c26748d52abf415754ef1628f52d0e3a33 (patch) | |
tree | b433e1c27a9035f3b3b29b6d17840abb61446dba /test/luwasm.xml | |
parent | update (diff) | |
download | luatablegen-92e616c26748d52abf415754ef1628f52d0e3a33.tar.gz luatablegen-92e616c26748d52abf415754ef1628f52d0e3a33.zip |
fix
Diffstat (limited to 'test/luwasm.xml')
-rw-r--r-- | test/luwasm.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/luwasm.xml b/test/luwasm.xml index 3704b28..d650f68 100644 --- a/test/luwasm.xml +++ b/test/luwasm.xml @@ -132,7 +132,7 @@ <Field_Str name="field_str" type="string" count="1" size="self::Field_Len" luatype="string"/> <Kind name="kind" encoding="leb128u" type="uint8" count="1" luatype="integer"/> <Type name="type" conditional="true" condition="self::Kind" type="FT::conditional" luatype="conditional"> - <condition0 name="type" encoding="leb128u" type="uint32" luatype="integer">0</condition0> + <condition0 name="type" encoding="leb128u" type="uint32" luatype="lightuserdata">0</condition0> <condition1 name="type" type="self::Table_Type" luatype="lightuserdata">1</condition1> <condition2 name="type" type="self::Memory_Type" luatype="lightuserdata">2</condition2> <condition3 name="type" type="self::Global_Type" luatype="lightuserdata">3</condition3> |