Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyongh committed Jan 12, 2025
1 parent 961c2af commit b1fc53b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/iwasm/common/wasm_runtime_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1fc53b

Please sign in to comment.