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 8830e2f6f4a..fde538c49e4 100644 --- a/sys/arch/m68k/060sp/isp.s +++ b/sys/arch/m68k/060sp/isp.s @@ -1,5 +1,5 @@ # -# $OpenBSD: isp.s,v 1.5 2004/01/09 21:16:06 deraadt Exp $ +# $OpenBSD: isp.s,v 1.6 2007/04/10 17:47:54 miod Exp $ # $NetBSD: isp.s,v 1.2 1996/05/15 19:48:48 is Exp $ # @@ -854,7 +854,7 @@ isp_acc_exit2: bra.l _real_access # if the addressing mode was (an)+ or -(an), the address register must -# be restored to it's pre-exception value before entering _real_access. +# be restored to its pre-exception value before entering _real_access. isp_restore: cmpi.b SPCOND_FLG(%a6),&restore_flg # do we need a restore? bne.b isp_restore_done # no |