Skip to content

Commit 0fa5c51

Browse files
committed
i
1 parent fbd97da commit 0fa5c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libr/arch/p/wasm/plugin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ const RArchPlugin r_arch_plugin_wasm = {
649649
.license = "LGPL-3.0-only",
650650
},
651651
.arch = "wasm",
652-
.bits = R_SYS_BITS_PACK1 (32,64),
652+
.bits = R_SYS_BITS_PACK2 (32,64),
653653
.regs = wasm_regs,
654654
.decode = &wasm_decode,
655655
.encode = &wasm_encode,

0 commit comments

Comments
 (0)