Skip to content

Commit 3956a9a

Browse files
authored
Update wasm_mini_loader.c
change uint32_t to uint32
1 parent d663758 commit 3956a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/iwasm/interpreter/wasm_mini_loader.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5931,7 +5931,7 @@ wasm_loader_prepare_bytecode(WASMModule *module, WASMFunction *func,
59315931
* Since the stack is already in polymorphic state,
59325932
* the opcode will not be executed, so the dummy
59335933
* offset won't cause any error */
5934-
uint32_t n;
5934+
uint32 n;
59355935

59365936
for (n = 0; n < cell_num; n++) {
59375937
if (loader_ctx->p_code_compiled == NULL) {

0 commit comments

Comments
 (0)