diff options
| author | Charles.Forsyth <devnull@localhost> | 2009-04-03 10:13:14 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2009-04-03 10:13:14 +0000 |
| commit | 96d99b9d5842a29c2374d9cdf300985d2cb1ca20 (patch) | |
| tree | d8bb25fe1e3fbaa69c452f2f7c4de8bc120dfc32 /emu | |
| parent | 0b2199ffc78ecd6fbb8754fa975bebb8d5814a06 (diff) | |
20090403-1112
Diffstat (limited to 'emu')
| -rw-r--r-- | emu/Solaris/asm-sparc.s | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emu/Solaris/asm-sparc.s b/emu/Solaris/asm-sparc.s index c53a0bc0..45e566c0 100644 --- a/emu/Solaris/asm-sparc.s +++ b/emu/Solaris/asm-sparc.s @@ -3,7 +3,7 @@ .align 8 .skip 16 .global segflush - .type segflush,2 + .type segflush, #function ! The flush instruction works on 8-byte chunks. ! We truncate the pointer and increase the count @@ -33,7 +33,7 @@ segflush: ! int segflush(void *p, ulong len) .align 8 .skip 16 .global FPsave - .type FPsave,2 + .type FPsave, #function FPsave: retl st %fsr,[%o0] @@ -44,7 +44,7 @@ FPsave: .align 8 .skip 16 .global FPrestore - .type FPrestore,2 + .type FPrestore, #function FPrestore: retl ld [%o0],%fsr @@ -55,7 +55,7 @@ FPrestore: .align 8 .skip 16 .global getcallerpc - .type getcallerpc, 2 + .type getcallerpc, #function getcallerpc: ! ignore argument retl add %i7,0,%o0 @@ -67,7 +67,7 @@ getcallerpc: ! ignore argument .align 8 .skip 16 .global _tas - .type _tas, 2 + .type _tas, #function _tas: or %g0,1,%o1 swap [%o0],%o1 |
