diff options
author | Jeff Epler <jepler@gmail.com> | 2025-06-15 08:08:55 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-06-16 14:02:30 +1000 |
commit | 5ff2ae5a6c955a5123082ba441ad57fe4908b690 (patch) | |
tree | a46153fb3b2d560bd3153c67b932cda4507e450c /docs/esp32/tutorial | |
parent | fc6205c4f005dcc9d0560cfe1619f022db8ff12f (diff) | |
download | micropython-5ff2ae5a6c955a5123082ba441ad57fe4908b690.tar.gz micropython-5ff2ae5a6c955a5123082ba441ad57fe4908b690.zip |
py/asmbase: Fix assertion error with viper code.
In the case of viper code it's possible to reach MP_ASM_PASS_EMIT with a
code size of 0 bytes. Update the assertion accordingly.
After this change, `mpy-cross -march=debug' on viper tests no longer
crashes.
Fixes issue #17467.
Signed-off-by: Jeff Epler <jepler@gmail.com>
Diffstat (limited to 'docs/esp32/tutorial')
0 files changed, 0 insertions, 0 deletions