• stijn's avatar
    py/gc: Fix debug printing of pointer. · cb8e2f02
    stijn authored
    When DEBUG_printf is the standard printf, compilers require the value for
    %p to be an actual pointer instead of an integer.
    cb8e2f02
gc.c 33.7 KB