comparison dyncallback/dyncall_callback_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 95cf20c0d1de
children
comparison
equal deleted inserted replaced
248:ab23f9f2934a 249:91db39538e78
27 $i0+56 -> cb handler 27 $i0+56 -> cb handler
28 $i0+64 -> userdata 28 $i0+64 -> userdata
29 */ 29 */
30 30
31 /* NOTE: %sp/%fp for v9 are offset, using them needs a "BIAS" of 2047 */ 31 /* NOTE: %sp/%fp for v9 are offset, using them needs a "BIAS" of 2047 */
32 .set BIAS, 2047 32 BIAS = 2047
33 33
34 .text 34 .text
35 .globl dcCallbackThunkEntry 35 .globl dcCallbackThunkEntry
36 36
37 /* Called by thunk - thunk stores pointer to DCCallback */ 37 /* Called by thunk - thunk stores pointer to DCCallback */