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
GCC/ARM appears to uses a struct to represent variadic arguments (where
the first component is a pointer to the stack of arguments). Taking the
pointer offset requires looking at the first element of this struct,
which we do by taking the address, casting to a pointer, and
dereferencing.
Fixes: #7423
0 commit comments