summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>1999-09-12 01:09:38 +0000
committercls%seawood.org <devnull@localhost>1999-09-12 01:09:38 +0000
commit0e8dcdc6ff9cec13b0d61d81d6035262ac91a69d (patch)
treef1064cb3f02b5a3b27b46ff6c99bc76fdd681992
parentbb202aaa774aaac71a425412cb822a670a24e045 (diff)
downloadnspr-hg-0e8dcdc6ff9cec13b0d61d81d6035262ac91a69d.tar.gz
Merged changes made to HEAD branch.
-rw-r--r--pr/src/md/unix/os_SunOS_x86.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/pr/src/md/unix/os_SunOS_x86.s b/pr/src/md/unix/os_SunOS_x86.s
index 0d609340..3bfd3251 100644
--- a/pr/src/md/unix/os_SunOS_x86.s
+++ b/pr/src/md/unix/os_SunOS_x86.s
@@ -59,6 +59,7 @@ sol_curthread:
movl %ecx, %eax
ret
+#ifdef _PR_HAVE_ATOMIC_CAS
/
/ PR_StackPush(listp, elementp)
/
@@ -137,3 +138,4 @@ empty:
/ Return previous listp value (already in eax)
ret
+#endif / _PR_HAVE_ATOMIC_CAS