Skip to content

Commit 32d0f55

Browse files
author
Georgii Rylov
committed
spare line
1 parent ffcc157 commit 32d0f55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/iwasm/interpreter/wasm_runtime.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4217,7 +4217,6 @@ wasm_interp_copy_callstack(WASMExecEnv *exec_env, wasm_frame_t *buffer,
42174217
WASMInterpFrame *cur_frame = wasm_exec_env_get_cur_frame(exec_env);
42184218
uint8 *top_boundary = exec_env->wasm_stack.top_boundary;
42194219
uint8 *bottom = exec_env->wasm_stack.bottom;
4220-
42214220
uint32 count = 0;
42224221

42234222
WASMCApiFrame record_frame;

0 commit comments

Comments
 (0)