From 30a97274bde7a1988d80861ab9b381148f3d19a7 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Tue, 29 Dec 2020 19:50:56 +0100 Subject: fix align values --- tests/wasm_compile_block/instructions.wat | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/wasm_compile_block/instructions.wat') diff --git a/tests/wasm_compile_block/instructions.wat b/tests/wasm_compile_block/instructions.wat index 11b179d..3d682db 100644 --- a/tests/wasm_compile_block/instructions.wat +++ b/tests/wasm_compile_block/instructions.wat @@ -109,13 +109,13 @@ i32.add end) (func $main - (i32.store offset=0x0 align=2 (i32.const 0x0) + (i32.store offset=0x0 align=4 (i32.const 0x0) (call $blockfun (i32.const 4) (i32.const 2))) - (i32.store offset=0x0 align=2 (i32.const 0x4) + (i32.store offset=0x0 align=4 (i32.const 0x4) (call $blockfun (i32.const 3) (i32.const 2))) - (i32.store offset=0x0 align=2 (i32.const 0x8) + (i32.store offset=0x0 align=4 (i32.const 0x8) (call $blockfun (i32.const 2) (i32.const 0))) - (i32.store offset=0x0 align=2 (i32.const 0xC) + (i32.store offset=0x0 align=4 (i32.const 0xC) (call $blockfun (i32.const 4) (i32.const 4))) ) (export "main" (func $main))) -- cgit v1.2.3