Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Just a little refactoring #1040

Closed
wants to merge 1 commit into from
Closed

Just a little refactoring #1040

wants to merge 1 commit into from

Conversation

tattn
Copy link

@tattn tattn commented Oct 1, 2015

No description provided.

@nobu
Copy link
Member

nobu commented Oct 1, 2015

After vm_pop_frame(), *reg_cfp may be invalid.
It must be like:

    finished = VM_FRAME_TYPE_FINISH_P(GET_CFP());
    vm_pop_frame(th);
    if (UNLIKELY(finished)) {

I'm afraid the current code is simple enough.

@k0kubun
Copy link
Member

k0kubun commented Aug 4, 2019

The current master branch does not seem to have this problem. Closing, thank you.

@k0kubun k0kubun closed this Aug 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants