OSDN Git Service

(udivsi3): Fix hunk from previous patch that did not apply correctly.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Mar 1997 20:28:51 +0000 (20:28 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Mar 1997 20:28:51 +0000 (20:28 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13801 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/m68k/lb1sf68.asm

index e624269..a8a7a6c 100644 (file)
@@ -387,7 +387,7 @@ L1: addl    d0,d0           | shift reg pair (p,a) one bit left
        movl    d3,d2
 L2:    subql   IMM (1),d4
        jcc     L1
        movl    d3,d2
 L2:    subql   IMM (1),d4
        jcc     L1
-       moveml  sp@+,d2-d4      | restore data registers
+       moveml  sp@,d2-d4       | restore data registers
        unlk    a6              | and return
        rts
 #endif /* __mcf5200__ */
        unlk    a6              | and return
        rts
 #endif /* __mcf5200__ */