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
The asm in a naked function may reasonably expect the argument registers to be live, however they may be clobbered by the instrumentation function called by -finstrument-function*. Therefore, we shouldn't insert calls to the instrumentation functions in naked functions.