From: Richard Kenner Date: Tue, 25 Mar 1997 20:28:51 +0000 (-0500) Subject: (udivsi3): Fix hunk from previous patch that did not apply correctly. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9ab8cffd4806fd39b8cc1c276052d90eef7b5c36;p=gcc.git (udivsi3): Fix hunk from previous patch that did not apply correctly. From-SVN: r13801 --- 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__ */