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
IA64 ABI calls functions by function descriptors and because of that we
cannot simply copy function address since the address we get in C is
addres of the function descriptor and not the function itself.
Instead of that we copy a code for a minimal function to the mmaped page
and create a function descriptor for it.
Signed-off-by: Cyril Hrubis <[email protected]>
0 commit comments