projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b7ee8f
)
Fix for assembler from Yoshihiko ICHIKAWA
author
Bruce Momjian
Thu, 10 Jul 1997 02:32:51 +0000
(
02:32
+0000)
committer
Bruce Momjian
Thu, 10 Jul 1997 02:32:51 +0000
(
02:32
+0000)
src/backend/port/i386_solaris/tas.s
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/port/i386_solaris/tas.s
b/src/backend/port/i386_solaris/tas.s
index bbc91fc82a7d2cbe42f5cf4490006822bca040fe..db8116dd8ffbd7c8bc1dff23a7e3a10d3ff822dc 100644
(file)
--- a/
src/backend/port/i386_solaris/tas.s
+++ b/
src/backend/port/i386_solaris/tas.s
@@
-13,8
+13,6
@@
tas:
movl %esp,%ebp /new base pointer
pushl %ebx /save prev bx
movl 8(%ebp),%ebx /load bx with address of lock
- pushl %ebx /save prev bx
- movl 8(%ebp),%ebx /load bx with address of lock
movl $255,%eax /put something in ax
xchgb %al,(%ebx) /swap lock value with "0"
cmpb $0,%al /did we get the lock?