comparison dyncall/dyncall_macros.h @ 141:e63089fe5bef

- todo update - removed some duped code for plain* tests
author cslag
date Sat, 20 Aug 2016 09:47:45 +0200
parents f0437f85091b
children a8052efbde18
comparison
equal deleted inserted replaced
139:5675d34f0a06 141:e63089fe5bef
242 # elif defined(_ABIN32) 242 # elif defined(_ABIN32)
243 # define DC__ABI_MIPS_N32 243 # define DC__ABI_MIPS_N32
244 # else 244 # else
245 # define DC__ABI_MIPS_EABI 245 # define DC__ABI_MIPS_EABI
246 # endif 246 # endif
247 /*@@@implement/support: __mips_hard_float*/
247 #endif /* MIPS */ 248 #endif /* MIPS */
248 249
249 #if defined(DC__Arch_PPC64) 250 #if defined(DC__Arch_PPC64)
250 # if defined(_CALL_ELF) 251 # if defined(_CALL_ELF)
251 # define DC__ABI_PPC64_ELF_V _CALL_ELF 252 # define DC__ABI_PPC64_ELF_V _CALL_ELF