diff options
Diffstat (limited to 'sys/arch/m68k/060sp/isp.s')
-rw-r--r-- | sys/arch/m68k/060sp/isp.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m68k/060sp/isp.s b/sys/arch/m68k/060sp/isp.s index ae7cea541e3..fcd5947b7ee 100644 --- a/sys/arch/m68k/060sp/isp.s +++ b/sys/arch/m68k/060sp/isp.s @@ -1,5 +1,5 @@ # -# $OpenBSD: isp.s,v 1.2 1996/05/30 22:14:48 niklas Exp $ +# $OpenBSD: isp.s,v 1.3 2002/01/23 19:16:09 fgsch Exp $ # $NetBSD: isp.s,v 1.2 1996/05/15 19:48:48 is Exp $ # @@ -2636,7 +2636,7 @@ mul64_neg: addx.l %d7, %d4 # add carry to hi(result) # the result is saved to the register file. -# for '040 compatability, if Dl == Dh then only the hi(result) is +# for '040 compatibility, if Dl == Dh then only the hi(result) is # saved. so, saving hi after lo accomplishes this without need to # check Dl,Dh equality. mul64_done: |