Implement GetCurrentThreadStackLimits() for Windows 7 (#914)

And fix compilation error of when build wamrc, fix compilation warnings
This commit is contained in:
Wenyong Huang
2021-12-27 10:18:44 +08:00
committed by GitHub
parent ac3f7dcc0e
commit 89a1c8220d
4 changed files with 33 additions and 4 deletions

View File

@ -459,8 +459,6 @@ aot_compile_func(AOTCompContext *comp_ctx, uint32 func_index)
}
case WASM_OP_REF_FUNC:
{
uint32 func_idx;
if (!comp_ctx->enable_ref_types) {
goto unsupport_ref_types;
}