comparison dyncall/dyncall_call_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
comparison
equal deleted inserted replaced
367:2fb084f98439 368:f28b7f4f5749
31 Call Kernel Implementations for PowerPC. 31 Call Kernel Implementations for PowerPC.
32 Supported Calling Conventions: sysv, darwin, syscall 32 Supported Calling Conventions: sysv, darwin, syscall
33 33
34 */ 34 */
35 35
36 .machine ppc 36 #.machine ppc # clang's integrated as doesn't handle this on anything but Darwin (at least for clang <= 9)
37 .text 37 .text
38 38
39 /* ============================================================================ 39 /* ============================================================================
40 DynCall Call Kernels for PPC32 Architecture 40 DynCall Call Kernels for PPC32 Architecture
41 ------------------------------------------------------------------------- 41 -------------------------------------------------------------------------