Georgii Rylov 10 mesi fa
parent
commit
32d0f5503e
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      core/iwasm/interpreter/wasm_runtime.c

+ 0 - 1
core/iwasm/interpreter/wasm_runtime.c

@@ -4217,7 +4217,6 @@ wasm_interp_copy_callstack(WASMExecEnv *exec_env, wasm_frame_t *buffer,
     WASMInterpFrame *cur_frame = wasm_exec_env_get_cur_frame(exec_env);
     WASMInterpFrame *cur_frame = wasm_exec_env_get_cur_frame(exec_env);
     uint8 *top_boundary = exec_env->wasm_stack.top_boundary;
     uint8 *top_boundary = exec_env->wasm_stack.top_boundary;
     uint8 *bottom = exec_env->wasm_stack.bottom;
     uint8 *bottom = exec_env->wasm_stack.bottom;
-
     uint32 count = 0;
     uint32 count = 0;
 
 
     WASMCApiFrame record_frame;
     WASMCApiFrame record_frame;