diff options
Diffstat (limited to 'test/i64-setTempRet0.fromasm.imprecise.no-opts')
-rw-r--r-- | test/i64-setTempRet0.fromasm.imprecise.no-opts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/i64-setTempRet0.fromasm.imprecise.no-opts b/test/i64-setTempRet0.fromasm.imprecise.no-opts index 3475f8e35..7d8ea6e3a 100644 --- a/test/i64-setTempRet0.fromasm.imprecise.no-opts +++ b/test/i64-setTempRet0.fromasm.imprecise.no-opts @@ -7,9 +7,9 @@ (import "env" "table" (table 0 anyfunc)) (import "env" "memoryBase" (global $memoryBase i32)) (import "env" "tableBase" (global $tableBase i32)) + (global $tempRet0 (mut i32) (i32.const 0)) (export "illegalResult" (func $legalstub$illegalResult)) (export "imports" (func $imports)) - (global $tempRet0 (mut i32) (i32.const 0)) (func $illegalResult (result i64) (return (i64.const 8589934593) |