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
[Async CC] Auth'd AFP ptr to load ptr from FunctionPointer.
In FunctionPointer::getPointer, in the case that the FunctionPointer is
actually a pointer to an AsyncFunctionPointer struct, the relative
address of the function must be loaded from the AsyncFunctionPointer
struct. Doing so requires authentication that pointer to the
AsyncFunctionPointer struct. Here, that authentication is done.
0 commit comments