mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
This patch fixes a regression introduced by
71a3d6ec3b
Previous to this patch the n_state variable was referring to that computed
at the very start of the mp_execute_bytecode function. This patch fixes it
so that n_state is recomputed when the code_state changes.
61 KiB
61 KiB