diff 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
line wrap: on
line diff
--- a/dyncall/dyncall_call_sparc64.s	Fri May 05 13:13:43 2017 +0200
+++ b/dyncall/dyncall_call_sparc64.s	Sat May 13 23:02:17 2017 +0200
@@ -24,7 +24,7 @@
 
 
 /* NOTE: %sp/%fp for v9 are offset, using them needs a "BIAS" of 2047 */
-.set BIAS, 2047
+BIAS = 2047
 
 .text
 .global dcCall_v9