summaryrefslogtreecommitdiff
path: root/gcc/config/m68k/lb1sf68.asm
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1997-03-25 20:28:51 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1997-03-25 20:28:51 +0000
commit1d177fd79e833f715e11f30a06da9bba4553dec0 (patch)
tree0ed02c107a824bfb3fe4ae9f06f1d3d465100770 /gcc/config/m68k/lb1sf68.asm
parent3345acd839af6fd1cadbd3d522b2a390bfbf30cc (diff)
downloadgcc-1d177fd79e833f715e11f30a06da9bba4553dec0.tar.gz
(udivsi3): Fix hunk from previous patch that did not apply correctly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13801 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/lb1sf68.asm')
-rw-r--r--gcc/config/m68k/lb1sf68.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/lb1sf68.asm b/gcc/config/m68k/lb1sf68.asm
index e624269ab8d..a8a7a6ced5e 100644
--- a/gcc/config/m68k/lb1sf68.asm
+++ b/gcc/config/m68k/lb1sf68.asm
@@ -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
- moveml sp@+,d2-d4 | restore data registers
+ moveml sp@,d2-d4 | restore data registers
unlk a6 | and return
rts
#endif /* __mcf5200__ */