Skip to content

Commit a11ad87

Browse files
committed
Fix for assembler from Yoshihiko ICHIKAWA
1 parent 3b7ee8f commit a11ad87

File tree

1 file changed

+0
-2
lines changed
  • src/backend/port/i386_solaris

1 file changed

+0
-2
lines changed

src/backend/port/i386_solaris/tas.s

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ tas:
1313
movl %esp,%ebp /new base pointer
1414
pushl %ebx /save prev bx
1515
movl 8(%ebp),%ebx /load bx with address of lock
16-
pushl %ebx /save prev bx
17-
movl 8(%ebp),%ebx /load bx with address of lock
1816
movl $255,%eax /put something in ax
1917
xchgb %al,(%ebx) /swap lock value with "0"
2018
cmpb $0,%al /did we get the lock?

0 commit comments

Comments
 (0)