mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 13:40:31 +01:00
When `MICROPY_PY_SYS_SETTRACE` was enabled, a crash was seen in the qemu_mips build. It seems likely that this was due to these added fields not being initialized. Signed-off-by: Jeff Epler <jepler@gmail.com>