Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
5.5.31
-
None
-
None
-
Gentoo Linux, X32 ABI
Description
Then when compiling my_context.c compiler complains about mis-match of argument types of assembler code. The ASM code is x86_64 ASM expecting 64bit pointers. Detecting X32 and falling back to MY_CONTEXT_USE_UCONTEXT makes compilation work.