This commit is contained in:
Wenyong Huang 2025-01-12 12:03:56 +08:00
parent 961c2af00e
commit b1fc53b953

View File

@ -4920,9 +4920,8 @@ wasm_runtime_invoke_native(WASMExecEnv *exec_env, void *func_ptr,
#if WASM_ENABLE_GC == 0 && WASM_ENABLE_REF_TYPES != 0
bool is_aot_func = (NULL == signature);
#endif
#if !defined(BUILD_TARGET_RISCV32_ILP32) !defined( \
BUILD_TARGET_LOONGARCH32_ILP32) \
&& !defined(BUILD_TARGET_ARC)
#if !defined(BUILD_TARGET_RISCV32_ILP32) \
&& !defined(BUILD_TARGET_LOONGARCH32_ILP32) && !defined(BUILD_TARGET_ARC)
uint32 *fps;
int n_fps = 0;
#else