comparison dyncall/dyncall_call_sparc.S @ 179:b11b0735b09f

- renamings: sparc_v9 -> sparc64
author cslag
date Fri, 10 Feb 2017 01:07:12 +0100
parents 3729a99ef03c
children
comparison
equal deleted inserted replaced
178:183594497726 179:b11b0735b09f
119 r16-r23 -> locals 119 r16-r23 -> locals
120 r24-r31 -> ins 120 r24-r31 -> ins
121 121
122 */ 122 */
123 123
124 #if defined __arch64__ 124 #if defined(DC__Arch_Sparc64) /* @@@ this entire block can even be removed, b/c this file is about 32 bit sparc */
125 #define REGSIZE 8 125 #define REGSIZE 8
126 #error invalid arch 126 #error invalid arch
127 #else 127 #else
128 #define REGSIZE 4 128 #define REGSIZE 4
129 #endif 129 #endif