Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/m68k/m68k fix previous to work with a.out as well.
details: https://anonhg.NetBSD.org/src/rev/2b8a5bbe4d98
branches: trunk
changeset: 503470:2b8a5bbe4d98
user: chs <chs%NetBSD.org@localhost>
date: Wed Feb 07 06:13:21 2001 +0000
description:
fix previous to work with a.out as well.
diffstat:
sys/arch/m68k/m68k/db_trace.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r eed7f63d41fa -r 2b8a5bbe4d98 sys/arch/m68k/m68k/db_trace.c
--- a/sys/arch/m68k/m68k/db_trace.c Wed Feb 07 05:51:10 2001 +0000
+++ b/sys/arch/m68k/m68k/db_trace.c Wed Feb 07 06:13:21 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_trace.c,v 1.32 2001/02/05 12:37:33 chs Exp $ */
+/* $NetBSD: db_trace.c,v 1.33 2001/02/07 06:13:21 chs Exp $ */
/*
* Mach Operating System
@@ -503,7 +503,7 @@
* NOTE: If the argument list for 'trap()' ever changes,
* we lose.
*/
- if (strcmp(_C_LABEL_STRING("trap"), name) == 0) {
+ if (strcmp(__STRING(_C_LABEL(trap)), name) == 0) {
int tfp;
/* Point to 'trap()'s 4th argument (frame structure) */
Home |
Main Index |
Thread Index |
Old Index