Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/luna68k/luna68k Umm, fix botch in previous.



details:   https://anonhg.NetBSD.org/src/rev/ed6d9bb49a56
branches:  trunk
changeset: 784189:ed6d9bb49a56
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Mon Jan 21 15:21:30 2013 +0000

description:
Umm, fix botch in previous.

diffstat:

 sys/arch/luna68k/luna68k/locore.s |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 32664ae24c6e -r ed6d9bb49a56 sys/arch/luna68k/luna68k/locore.s
--- a/sys/arch/luna68k/luna68k/locore.s Mon Jan 21 14:42:24 2013 +0000
+++ b/sys/arch/luna68k/luna68k/locore.s Mon Jan 21 15:21:30 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.51 2013/01/21 14:42:24 tsutsui Exp $ */
+/* $NetBSD: locore.s,v 1.52 2013/01/21 15:21:30 tsutsui Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -833,7 +833,7 @@
        addql   #1,_C_LABEL(intrcnt)+20
        INTERRUPT_RESTOREREG
 1:
-       addql   #1,_C_LABEL(idepth)
+       subql   #1,_C_LABEL(idepth)
        jra     _ASM_LABEL(rei)         | all done
 #endif
 



Home | Main Index | Thread Index | Old Index