diff dyncallback/dyncall_callback_ppc32.S @ 368:f28b7f4f5749

- removed some pseudo-op on non-darwin platforms to make clang's integrated assembler happy
author Tassilo Philipp
date Wed, 05 Aug 2020 15:50:49 +0200
parents d982a00c2177
children 26aa936d4841
line wrap: on
line diff
--- a/dyncallback/dyncall_callback_ppc32.S	Mon Jul 20 14:07:36 2020 +0200
+++ b/dyncallback/dyncall_callback_ppc32.S	Wed Aug 05 15:50:49 2020 +0200
@@ -25,7 +25,7 @@
 
 #include "../portasm/portasm-ppc.S"
 
-.machine ppc
+#.machine ppc # clang's integrated as doesn't handle this on anything but Darwin (at least for clang <= 9)
 .text
 .align 2