-
- Downloads
Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.
qstr_init is always called exactly before mp_init, so makes sense to just have mp_init call it. Similarly with mp_init_emergency_exception_buf. Doing this makes the ports simpler and less error prone (ie they can no longer forget to call these).
Showing
- bare-arm/main.c 0 additions, 1 deletionbare-arm/main.c
- py/runtime.c 5 additions, 0 deletionspy/runtime.c
- qemu-arm/main.c 0 additions, 1 deletionqemu-arm/main.c
- qemu-arm/test_main.c 0 additions, 1 deletionqemu-arm/test_main.c
- stmhal/main.c 8 additions, 13 deletionsstmhal/main.c
- teensy/main.c 1 addition, 1 deletionteensy/main.c
- unix-cpy/main.c 0 additions, 1 deletionunix-cpy/main.c
- unix/main.c 0 additions, 4 deletionsunix/main.c
Loading
Please register or sign in to comment