comparison dyncall/dyncall_call.S @ 178:183594497726

- renamed sparc_v9 -> sparc64 for consistency (with other platforms using 32/64 suffix instead of instrset name)
author cslag
date Fri, 10 Feb 2017 00:58:08 +0100
parents 572aff021627
children b11b0735b09f
comparison
equal deleted inserted replaced
177:8304f1b31af9 178:183594497726
67 # elif defined(DC__Arch_PPC64) 67 # elif defined(DC__Arch_PPC64)
68 # include "dyncall_call_ppc64.S" 68 # include "dyncall_call_ppc64.S"
69 # elif defined(DC__Arch_MIPS) || defined(DC__Arch_MIPS64) 69 # elif defined(DC__Arch_MIPS) || defined(DC__Arch_MIPS64)
70 # include "dyncall_call_mips_gas.S" 70 # include "dyncall_call_mips_gas.S"
71 # elif defined(DC__Arch_Sparcv9) 71 # elif defined(DC__Arch_Sparcv9)
72 # include "dyncall_call_sparc_v9.S" 72 # include "dyncall_call_sparc64.S"
73 # elif defined(DC__Arch_Sparc) 73 # elif defined(DC__Arch_Sparc)
74 # include "dyncall_call_sparc.S" 74 # include "dyncall_call_sparc.S"
75 # else 75 # else
76 # error Unsupported Architecture. 76 # error Unsupported Architecture.
77 # endif 77 # endif