mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 06:55:07 +00:00
fix typo
This commit is contained in:
parent
961c2af00e
commit
b1fc53b953
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user