Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/macppc #ifdef DEBUG the previous change, it ...
details: https://anonhg.NetBSD.org/src/rev/8307f307ab2c
branches: trunk
changeset: 372663:8307f307ab2c
user: macallan <macallan%NetBSD.org@localhost>
date: Sun Dec 18 01:10:57 2022 +0000
description:
#ifdef DEBUG the previous change, it seems to cause trouble on qemu which
needs further investigation
diffstat:
sys/arch/macppc/macppc/locore.S | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r b848d9490cbd -r 8307f307ab2c sys/arch/macppc/macppc/locore.S
--- a/sys/arch/macppc/macppc/locore.S Sat Dec 17 11:51:52 2022 +0000
+++ b/sys/arch/macppc/macppc/locore.S Sun Dec 18 01:10:57 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.80 2022/12/14 13:04:24 macallan Exp $ */
+/* $NetBSD: locore.S,v 1.81 2022/12/18 01:10:57 macallan Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -92,8 +92,10 @@
mr %r13,%r6
mr %r14,%r7
+#ifdef DEBUG
li %r0,0
mtsprg0 %r0
+#endif
bl _C_LABEL(ofwinit) /* init OF */
Home |
Main Index |
Thread Index |
Old Index