Skip to content

Commit

Permalink
Revert "debug code"
Browse files Browse the repository at this point in the history
This reverts commit 9bee97f.
  • Loading branch information
yamt committed Jun 6, 2023
1 parent fb5d602 commit a9864fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/iwasm/aot/aot_runtime.c
Original file line number Diff line number Diff line change
Expand Up @@ -1383,10 +1383,6 @@ invoke_native_with_hw_bound_check(WASMExecEnv *exec_env, void *func_ptr,

wasm_runtime_set_exec_env_tls(exec_env);
if (os_setjmp(jmpbuf_node.jmpbuf) == 0) {
uint8 *fp = __builtin_frame_address(0);
LOG_VERBOSE("%s: native_stack_boundary %p frame %p size %zu", __func__,
exec_env->native_stack_boundary, fp,
fp - exec_env->native_stack_boundary);
/* Quick call with func_ptr if the function signature is simple */
if (!signature && param_count == 1 && types[0] == VALUE_TYPE_I32) {
if (result_count == 0) {
Expand Down

0 comments on commit a9864fd

Please sign in to comment.