diff options
| author | rsc <devnull@localhost> | 2006-06-04 16:06:49 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2006-06-04 16:06:49 +0000 |
| commit | 17558fbe2d50f3ca908edae3b1836c71b5d9fe00 (patch) | |
| tree | c22f79c5240c76fb7ecd98efb63735eeb637da59 /src/libthread/Linux-sparc64-asm.s | |
| parent | 14695b90acb1226ee1b137350e6dbbbc73c2f0e7 (diff) | |
| download | plan9port-17558fbe2d50f3ca908edae3b1836c71b5d9fe00.tar.gz plan9port-17558fbe2d50f3ca908edae3b1836c71b5d9fe00.zip | |
set RFNOTEG when we can
Diffstat (limited to 'src/libthread/Linux-sparc64-asm.s')
| -rw-r--r-- | src/libthread/Linux-sparc64-asm.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libthread/Linux-sparc64-asm.s b/src/libthread/Linux-sparc64-asm.s index c371266f..422a1b24 100644 --- a/src/libthread/Linux-sparc64-asm.s +++ b/src/libthread/Linux-sparc64-asm.s @@ -1,3 +1,6 @@ +! Actually sparc32 assembly. +! Debian's sparc64 port is a 32-bit user space. + .section ".text", #alloc, #execinstr .align 8 .skip 16 |
