summaryrefslogtreecommitdiff
path: root/mpn/m68k
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-03-28 19:03:36 +0100
committertege <tege@gmplib.org>2002-03-28 19:03:36 +0100
commit4fd42f5912536db433821fc6ec02d97583632e12 (patch)
treeb3d32b35511111ad9b66a53dc36a738a04651404 /mpn/m68k
parentc45465388279cfffa383ea323b46b9ff0115d1ec (diff)
downloadgmp-4fd42f5912536db433821fc6ec02d97583632e12.tar.gz
Fix some spacing.
Diffstat (limited to 'mpn/m68k')
-rw-r--r--mpn/m68k/m68k-defs.m42
-rw-r--r--mpn/m68k/mc68020/mul_1.asm6
2 files changed, 4 insertions, 4 deletions
diff --git a/mpn/m68k/m68k-defs.m4 b/mpn/m68k/m68k-defs.m4
index e8cb8ca85..d5be4d047 100644
--- a/mpn/m68k/m68k-defs.m4
+++ b/mpn/m68k/m68k-defs.m4
@@ -3,7 +3,7 @@ divert(-1)
dnl m4 macros for 68k assembler.
dnl Copyright 2001, 2002 Free Software Foundation, Inc.
-dnl
+dnl
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or
diff --git a/mpn/m68k/mc68020/mul_1.asm b/mpn/m68k/mc68020/mul_1.asm
index b2840517a..9192fb4f8 100644
--- a/mpn/m68k/mc68020/mul_1.asm
+++ b/mpn/m68k/mc68020/mul_1.asm
@@ -80,9 +80,9 @@ L(L1): movel M(s1_ptr,+), d3
C Restore used registers from stack frame.
moveml M(sp,+), d2-d4
-C movel M(sp,+),d4
-C movel M(sp,+),d3
-C movel M(sp,+),d2
+C movel M(sp,+),d4
+C movel M(sp,+),d3
+C movel M(sp,+),d2
rts