diff options
Diffstat (limited to 'test/i64-setTempRet0.fromasm')
-rw-r--r-- | test/i64-setTempRet0.fromasm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/i64-setTempRet0.fromasm b/test/i64-setTempRet0.fromasm index 2e6ee16ff..8498dda7e 100644 --- a/test/i64-setTempRet0.fromasm +++ b/test/i64-setTempRet0.fromasm @@ -9,7 +9,7 @@ (import "env" "illegalImportResult" (func $legalimport$illegalImportResult (result i32))) (export "illegalResult" (func $legalstub$illegalResult)) (export "imports" (func $imports)) - (func $imports (; 3 ;) (; has Stack IR ;) (result i32) + (func $imports (; has Stack IR ;) (result i32) (i32.wrap_i64 (i64.or (i64.extend_i32_u @@ -24,7 +24,7 @@ ) ) ) - (func $legalstub$illegalResult (; 4 ;) (; has Stack IR ;) (result i32) + (func $legalstub$illegalResult (; has Stack IR ;) (result i32) (call $setTempRet0 (i32.const 2) ) |