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

py/vm.c: Restore lost bits of MICROPY_OPT_COMPUTED_GOTO_SAVE_SPACE #4690

Merged
merged 1 commit into from
Apr 30, 2021

Conversation

jepler
Copy link
Member

@jepler jepler commented Apr 30, 2021

This fixes a problem where boards that enabled this (most SAM D21s) would crash on the first bytecode instruction.

Closes: #4686

This fixes a problem where boards that enabled this (most SAM D21s)
would crash on the first bytecode instruction.

Closes: adafruit#4686
@jerryneedell
Copy link
Collaborator

Tested on qtpy_m0_haxpress. at REPL "help('modules')" now works

Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for tracking this down!

@jerryneedell
Copy link
Collaborator

Is this likely to be merged soon or is it still under review? Just curious. It would be nice to have it in place.

@tannewt tannewt merged commit 0573c17 into adafruit:main Apr 30, 2021
@jepler jepler deleted the fix-vm-dispatch branch November 3, 2021 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Doing almost anything at the repl hard-faults.
4 participants