Fix loader and mini-loader select potiential error (#3374)
Fix the issue reported in https://github.com/bytecodealliance/wasm-micro-runtime/issues/3361.
This commit is contained in:
@ -12041,6 +12041,7 @@ re_scan:
|
||||
switch (*(loader_ctx->frame_ref - 1)) {
|
||||
case VALUE_TYPE_I32:
|
||||
case VALUE_TYPE_F32:
|
||||
case VALUE_TYPE_ANY:
|
||||
break;
|
||||
case VALUE_TYPE_I64:
|
||||
case VALUE_TYPE_F64:
|
||||
|
||||
Reference in New Issue
Block a user