summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/m68k/m68040/fpsp/x_unsupp.S
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/m68k/m68040/fpsp/x_unsupp.S')
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/x_unsupp.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/x_unsupp.S b/c/src/lib/libcpu/m68k/m68040/fpsp/x_unsupp.S
index d1371d05f3..222872c653 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/x_unsupp.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/x_unsupp.S
@@ -5,12 +5,12 @@
//
// fpsp_unsupp --- FPSP handler for unsupported data type exception
//
-// Trap vector #55 (See table 8-1 Mc68030 User's manual).
+// Trap vector #55 (See table 8-1 Mc68030 User's manual).
// Invoked when the user program encounters a data format (packed) that
// hardware does not support or a data type (denormalized numbers or un-
// normalized numbers).
-// Normalizes denorms and unnorms, unpacks packed numbers then stores
-// them back into the machine to let the 040 finish the operation.
+// Normalizes denorms and unnorms, unpacks packed numbers then stores
+// them back into the machine to let the 040 finish the operation.
//
// Unsupp calls two routines:
// 1. get_op - gets the operand(s)
@@ -25,8 +25,8 @@
// Copyright (C) Motorola, Inc. 1990
// All Rights Reserved
//
-// THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
-// The copyright notice above does not evidence any
+// THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+// The copyright notice above does not evidence any
// actual or intended publication of such source code.
X_UNSUPP: //idnt 2,1 | Motorola 040 Floating Point Software Package