Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/alpha Whitespace police.
details: https://anonhg.NetBSD.org/src/rev/f54f0be9c048
branches: trunk
changeset: 473769:f54f0be9c048
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Jun 18 18:11:56 1999 +0000
description:
Whitespace police.
diffstat:
sys/arch/alpha/alpha/debug.s | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 542db4f8d2be -r f54f0be9c048 sys/arch/alpha/alpha/debug.s
--- a/sys/arch/alpha/alpha/debug.s Fri Jun 18 18:08:52 1999 +0000
+++ b/sys/arch/alpha/alpha/debug.s Fri Jun 18 18:11:56 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: debug.s,v 1.4 1999/06/18 18:08:52 thorpej Exp $ */
+/* $NetBSD: debug.s,v 1.5 1999/06/18 18:11:56 thorpej Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-__KERNEL_RCSID(6, "$NetBSD: debug.s,v 1.4 1999/06/18 18:08:52 thorpej Exp $")
+__KERNEL_RCSID(6, "$NetBSD: debug.s,v 1.5 1999/06/18 18:11:56 thorpej Exp $")
/*
* Debugger glue.
@@ -89,11 +89,11 @@
*/
lda t0, debug_stack_bottom
cmpule sp, t0, t1 /* sp <= debug_stack_bottom */
- bne t1, 2f /* yes, switch now */
+ bne t1, 2f /* yes, switch now */
lda t0, debug_stack_top
cmpule t0, sp, t1 /* debug_stack_top <= sp? */
- bne t1, 3f /* yes, we're on the debug stack */
+ bne t1, 3f /* yes, we're on the debug stack */
2: lda sp, debug_stack_top /* sp <- debug_stack_top */
Home |
Main Index |
Thread Index |
Old Index