mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
Fix for assembler from Yoshihiko ICHIKAWA
This commit is contained in:
parent
3b7ee8f5f9
commit
a11ad874e4
@ -13,8 +13,6 @@ tas:
|
|||||||
movl %esp,%ebp /new base pointer
|
movl %esp,%ebp /new base pointer
|
||||||
pushl %ebx /save prev bx
|
pushl %ebx /save prev bx
|
||||||
movl 8(%ebp),%ebx /load bx with address of lock
|
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
|
movl $255,%eax /put something in ax
|
||||||
xchgb %al,(%ebx) /swap lock value with "0"
|
xchgb %al,(%ebx) /swap lock value with "0"
|
||||||
cmpb $0,%al /did we get the lock?
|
cmpb $0,%al /did we get the lock?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user