We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7ee8f commit a11ad87Copy full SHA for a11ad87
src/backend/port/i386_solaris/tas.s
@@ -13,8 +13,6 @@ tas:
13
movl %esp,%ebp /new base pointer
14
pushl %ebx /save prev bx
15
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
18
movl $255,%eax /put something in ax
19
xchgb %al,(%ebx) /swap lock value with "0"
20
cmpb $0,%al /did we get the lock?
0 commit comments