comparison dyncallback/dyncall_callback_ppc32.S @ 369:26aa936d4841

- removed all .machine ppc pseudo-ops (see prev commit) - format fix
author Tassilo Philipp
date Sat, 08 Aug 2020 20:39:54 +0200
parents f28b7f4f5749
children
comparison
equal deleted inserted replaced
368:f28b7f4f5749 369:26aa936d4841
23 */ 23 */
24 24
25 25
26 #include "../portasm/portasm-ppc.S" 26 #include "../portasm/portasm-ppc.S"
27 27
28 #.machine ppc # clang's integrated as doesn't handle this on anything but Darwin (at least for clang <= 9) 28 /* .machine ppc /* clang's integrated as doesn't handle this on anything but Darwin (at least for clang <= 9) */
29 .text 29 .text
30 .align 2 30 .align 2
31 31
32 /* Struct DCCallback */ 32 /* Struct DCCallback */
33 33