diff dyncall/dyncall_call_sparc.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 cf8134a20759
children
line wrap: on
line diff
--- a/dyncall/dyncall_call_sparc.s	Fri May 05 13:13:43 2017 +0200
+++ b/dyncall/dyncall_call_sparc.s	Sat May 13 23:02:17 2017 +0200
@@ -123,10 +123,10 @@
 
 */
 
-.set REGSIZE,         4
-.set ALIGN,          16
-.set CALLVM_size,    12
-.set CALLVM_dataoff, 16
+REGSIZE        =  4
+ALIGN          = 16
+CALLVM_size    = 12
+CALLVM_dataoff = 16
 
 .text
 .global dcCall_sparc