You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_initterm walks a table of function pointers. Attempting to implement this using setup_callback() results in the first callback returning to _initterm's return address. Looking for a solution to walk the table and properly return from _initterm.