]> granicus.if.org Git - postgresql/commitdiff
Fix for assembler from Yoshihiko ICHIKAWA
authorBruce Momjian <bruce@momjian.us>
Thu, 10 Jul 1997 02:32:51 +0000 (02:32 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 10 Jul 1997 02:32:51 +0000 (02:32 +0000)
src/backend/port/i386_solaris/tas.s

index bbc91fc82a7d2cbe42f5cf4490006822bca040fe..db8116dd8ffbd7c8bc1dff23a7e3a10d3ff822dc 100644 (file)
@@ -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?