From a11ad874e4e653b5c464e081c8486dae99486c98 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 10 Jul 1997 02:32:51 +0000
Subject: [PATCH] Fix for assembler from Yoshihiko ICHIKAWA

---
 src/backend/port/i386_solaris/tas.s | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/backend/port/i386_solaris/tas.s b/src/backend/port/i386_solaris/tas.s
index bbc91fc82a..db8116dd8f 100644
--- 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?
-- 
2.24.1