summaryrefslogtreecommitdiff
path: root/sys/src/9/sgi
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-07-07 19:17:55 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-07-07 19:17:55 +0200
commit5458506881d9ff73287df354d3be75b35d339f24 (patch)
tree063f47920356775837a86ba18c58836e66a37aca /sys/src/9/sgi
parente2a6e622c715eac26cdbfba42ba4f3c2af5b8ac9 (diff)
all kernels: declare _tas() to prevent pulling in libc version (for libmemdraw)
Diffstat (limited to 'sys/src/9/sgi')
-rw-r--r--sys/src/9/sgi/l.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/sgi/l.s b/sys/src/9/sgi/l.s
index e79be9b17..d3fe25d2b 100644
--- a/sys/src/9/sgi/l.s
+++ b/sys/src/9/sgi/l.s
@@ -721,8 +721,8 @@ TEXT fcr31(SB), $0 /* fp csr */
* Emulate 68020 test and set: load linked / store conditional
*/
-TEXT _tas(SB), $0
TEXT tas(SB), $0
+TEXT _tas(SB), $0
MOVW R1, R2 /* address of key */
tas1:
MOVW $1, R3