mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-06-07 13:49:18 +00:00
fix: correct function declaration for wasm_runtime_set_instruction_count_limit
This commit is contained in:
parent
161c945cf7
commit
5d34365208
|
@ -676,7 +676,7 @@ wasm_runtime_set_native_stack_boundary(WASMExecEnv *exec_env,
|
|||
/* See wasm_export.h for description */
|
||||
WASM_RUNTIME_API_EXTERN void
|
||||
wasm_runtime_set_instruction_count_limit(WASMExecEnv *exec_env,
|
||||
int instructions_to_execute)
|
||||
int instructions_to_execute);
|
||||
#endif
|
||||
|
||||
#if WASM_CONFIGURABLE_BOUNDS_CHECKS != 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user