Module Name: src
Committed By: tsutsui
Date: Mon Jan 21 15:21:30 UTC 2013
Modified Files:
src/sys/arch/luna68k/luna68k: locore.s
Log Message:
Umm, fix botch in previous.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/arch/luna68k/luna68k/locore.s
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/luna68k/luna68k/locore.s
diff -u src/sys/arch/luna68k/luna68k/locore.s:1.51 src/sys/arch/luna68k/luna68k/locore.s:1.52
--- src/sys/arch/luna68k/luna68k/locore.s:1.51 Mon Jan 21 14:42:24 2013
+++ src/sys/arch/luna68k/luna68k/locore.s Mon Jan 21 15:21:30 2013
@@ -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 @@ ENTRY_NOPROFILE(lev5intr)
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