We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e4171 commit 1cd5e92Copy full SHA for 1cd5e92
1 file changed
core/iwasm/interpreter/wasm_loader.c
@@ -7495,7 +7495,7 @@ wasm_loader_unload(WASMModule *module)
7495
#endif
7496
7497
#if WASM_ENABLE_BRANCH_HINTS != 0
7498
- for (size_t i = 0; i < module->function_count; i++) {
+ for (i = 0; i < module->function_count; i++) {
7499
// be carefull when adding more hints. This only works as long as
7500
// the hint structs have been allocated all at once as an array.
7501
// With only branch-hints at the moment, this is the case.
0 commit comments