We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b627e7a commit a44127bCopy full SHA for a44127b
1 file changed
src/platform.hh
@@ -293,10 +293,11 @@
293
* unions may occasionally go in FPRs/VRRs; this is handled explicitly in
294
* our implementation
295
*
296
+ * arm fails: https://github.com/q66/cffi-lua/issues/59
297
+ *
298
* ppc64 and aarch64 currently disabled - buggy
299
*/
-#if FFI_CPU(X86) || FFI_CPU(ARM) || FFI_CPU(PPC) || \
- FFI_CPU(MIPS32) || FFI_CPU(MIPS64)
300
+#if FFI_CPU(X86) || FFI_CPU(PPC) || FFI_CPU(MIPS32) || FFI_CPU(MIPS64)
301
# define FFI_ABI_UNIONVAL 1
302
#elif defined(FFI_WINDOWS_ABI) && (FFI_ARCH == FFI_ARCH_X64)
303
0 commit comments