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
BITS: ctypes: Handle builds with -mrtd -mregparm=3, as used in GRUB
GRUB on i386-pc builds with -mrtd -mregparm=3, which changes the default
calling convention to something libffi doesn't know how to handle.
Explicitly declare functions called via ctypes (memmove, memset,
string_at, wstring_at, and cast) with attributes to make them use the
calling convention libffi expects.
0 commit comments