diff options
author | bloodstalker <thabogre@gmail.com> | 2018-08-29 13:23:41 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-08-29 13:23:41 +0000 |
commit | a2dcc7748061772600cd5270717aeb8d3cabfee2 (patch) | |
tree | 070b198162ab7a684154228fd0ab5c8da8dc446c /test | |
parent | update (diff) | |
download | luatablegen-a2dcc7748061772600cd5270717aeb8d3cabfee2.tar.gz luatablegen-a2dcc7748061772600cd5270717aeb8d3cabfee2.zip |
update
Diffstat (limited to 'test')
-rw-r--r-- | test/wasm.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/wasm.xml b/test/wasm.xml index 6d8d0d2..6a1e732 100644 --- a/test/wasm.xml +++ b/test/wasm.xml @@ -162,13 +162,13 @@ <Body_size name="body_size" encoding="leb128u" type="uint32" count="1" luatype="integer"/> <Local_Count name="local_count" encoding="leb128u" type="uint32" count="1" luatype="integer"/> <Local_Entries name="locals" type="self::Local_Entry" count="self::Local_Count" luatype="table"/> - <Code name="code" type="uchar" count="self::Body_size" luatype="integer"/> + <Code name="code" type="uint8" count="self::Body_size" luatype="integer"/> </Function_Body> <Data_Segment name="W_Data_Segment" isaggregate="true" luatype="table"> <Index name="index" encoding="leb128u" type="uint32" count="1" luatype="integer"/> <Offset name="offset" type="self::Init_Expr" count="1" luatype="table"/> <Size name="size" encoding="leb128u" type="uint32" count="1" luatype="integer"/> - <Data name="data" type="uchar" count="self::Size" luatype="table"/> + <Data name="data" type="uint8" count="self::Size" luatype="table"/> </Data_Segment> </Definition> </FT> |