Skip to content

Commit

Permalink
Stop considering thunked in remove_one_frame
Browse files Browse the repository at this point in the history
It should no longer matter.
  • Loading branch information
jnthn committed Nov 4, 2021
1 parent 7d4d163 commit 80894e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/frame.c
Expand Up @@ -891,8 +891,6 @@ static MVMuint64 remove_one_frame(MVMThreadContext *tc, MVMuint8 unwind) {
if (!need_caller)
returner->caller = NULL;
}
if (thunked)
return 1;
return caller != NULL;
}

Expand Down

0 comments on commit 80894e0

Please sign in to comment.