Skip to content

Commit d663758

Browse files
authored
Update wasm_loader.c
change uint32_t to uint32
1 parent a937f72 commit d663758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/iwasm/interpreter/wasm_loader.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -10796,7 +10796,7 @@ wasm_loader_prepare_bytecode(WASMModule *module, WASMFunction *func,
1079610796
* Since the stack is already in polymorphic state,
1079710797
* the opcode will not be executed, so the dummy
1079810798
* offset won't cause any error */
10799-
uint32_t n;
10799+
uint32 n;
1080010800

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

0 commit comments

Comments
 (0)