diff options
author | bloodstalker <thabogre@gmail.com> | 2018-07-11 11:56:59 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-07-11 11:56:59 +0000 |
commit | 60bc4ced88a10b8b7c903fa41e828cba15e6ee22 (patch) | |
tree | b093df46411b7904fb02bbf66b14b0d5b94799ca /resources | |
parent | update (diff) | |
download | faultreiber-60bc4ced88a10b8b7c903fa41e828cba15e6ee22.tar.gz faultreiber-60bc4ced88a10b8b7c903fa41e828cba15e6ee22.zip |
update
Diffstat (limited to 'resources')
-rw-r--r-- | resources/wasm.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/wasm.xml b/resources/wasm.xml index 5b1220c..6748ecb 100644 --- a/resources/wasm.xml +++ b/resources/wasm.xml @@ -25,7 +25,7 @@ </Memory_Section> <Global_Section name="W_Global_Section" count="1" type="" isaggregate="true"> <Count name="count" encoding="leb128u" type="uint32" count="1"/> - <Globals name="globals" type="this::Global_Entry" count="self::Count"/> + <Globals name="globals" type="self::Global_Entry" count="self::Count"/> </Global_Section> <Export_Section name="W_Export_Section" count="1" type="" isaggregate="true"> <Count name="count" encoding="leb128u" type="uint32" count="1"/> |