comparison dyncall/dyncall_call_sparc64.s @ 249:91db39538e78

- replaced `.set' directives used to set symbol values in assembly files with (seemingly) more portable `=' syntax (e.g. older versions of Sun's `as' don't handle `.set')
author Tassilo Philipp
date Sat, 13 May 2017 23:02:17 +0200
parents be9cb092625f
children
comparison
equal deleted inserted replaced
248:ab23f9f2934a 249:91db39538e78
22 22
23 */ 23 */
24 24
25 25
26 /* NOTE: %sp/%fp for v9 are offset, using them needs a "BIAS" of 2047 */ 26 /* NOTE: %sp/%fp for v9 are offset, using them needs a "BIAS" of 2047 */
27 .set BIAS, 2047 27 BIAS = 2047
28 28
29 .text 29 .text
30 .global dcCall_v9 30 .global dcCall_v9
31 /* dcCall_sparc64( DCCallVM* , void * target ) */ 31 /* dcCall_sparc64( DCCallVM* , void * target ) */
32 /* o0 o1 */ 32 /* o0 o1 */