• Rudi Chen's avatar
    Pass address of pointer instead of pointer directly. · 3451880d
    Rudi Chen authored
    Moving gcs will need this to update pointers. There should not be any
    extra dereference, it will just happen on the other side of the
    function.
    
    Use templates to avoid direct (void**) casts -- make sure we're always
    passing an pointer of the form T**.
    3451880d
traceback.cpp 3.75 KB