Georgii Rylov 10 месяцев назад
Родитель
Сommit
6166788c33
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      core/iwasm/aot/aot_runtime.c

+ 0 - 2
core/iwasm/aot/aot_runtime.c

@@ -4121,7 +4121,6 @@ aot_copy_callstack_tiny_frame(WASMExecEnv *exec_env, wasm_frame_t *buffer,
     uint8 *top_boundary = exec_env->wasm_stack.top_boundary;
     uint8 *top = exec_env->wasm_stack.top;
     uint8 *bottom = exec_env->wasm_stack.bottom;
-
     uint32 count = 0;
 
     bool is_top_index_in_range =
@@ -4180,7 +4179,6 @@ aot_copy_callstack_standard_frame(WASMExecEnv *exec_env, wasm_frame_t *buffer,
     uint8 *top_boundary = exec_env->wasm_stack.top_boundary;
     uint8 *bottom = exec_env->wasm_stack.bottom;
     uint32 frame_size = (uint32)offsetof(AOTFrame, lp);
-
     uint32 count = 0;
 
     WASMCApiFrame record_frame;