diff options
Diffstat (limited to 'test/merge/printf.wast.combined.opt')
-rw-r--r-- | test/merge/printf.wast.combined.opt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/merge/printf.wast.combined.opt b/test/merge/printf.wast.combined.opt index a5c6458ef..1ba164fc0 100644 --- a/test/merge/printf.wast.combined.opt +++ b/test/merge/printf.wast.combined.opt @@ -1,8 +1,8 @@ (module (type $FUNCSIG$iii (func (param i32 i32) (result i32))) (import "env" "memory" (memory $0 256)) - (data (get_global $__memory_base) "") - (import "env" "table" (table $0 0 anyfunc)) + (data (global.get $__memory_base) "") + (import "env" "table" (table $0 0 funcref)) (import "env" "__memory_base" (global $__memory_base i32)) (import "env" "__table_base" (global $__table_base i32)) (export "_printf" (func $625)) |