mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
On the nanbox build, `o->obj` is a 64-bit type but `%p` formats a 32-bit type, leading to undefined behavior. Print the cell's ID as a hex integer instead. This location was found using an experimental gcc plugin for `mp_printf` error checking. Signed-off-by: Jeff Epler <jepler@gmail.com>
2.1 KiB
2.1 KiB