py/gc: Fix debug printing of pointer.
When DEBUG_printf is the standard printf, compilers require the value for %p to be an actual pointer instead of an integer.
Showing
Please register or sign in to comment
When DEBUG_printf is the standard printf, compilers require the value for %p to be an actual pointer instead of an integer.