Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/news68k/news68k Clear %fp to terminate backtrace on...



details:   https://anonhg.NetBSD.org/src/rev/24ecc53c87b2
branches:  trunk
changeset: 499382:24ecc53c87b2
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Nov 18 20:46:28 2000 +0000

description:
Clear %fp to terminate backtrace on gdb.

diffstat:

 sys/arch/news68k/news68k/locore.s |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 90053b89497a -r 24ecc53c87b2 sys/arch/news68k/news68k/locore.s
--- a/sys/arch/news68k/news68k/locore.s Sat Nov 18 19:33:49 2000 +0000
+++ b/sys/arch/news68k/news68k/locore.s Sat Nov 18 20:46:28 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.13 2000/11/09 14:17:20 tsutsui Exp $      */
+/*     $NetBSD: locore.s,v 1.14 2000/11/18 20:46:28 tsutsui Exp $      */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -124,7 +124,8 @@
 ASENTRY_NOPROFILE(start)
        movw    #PSL_HIGHIPL,%sr        | no interrupts
 
-       movl    #0x0    ,%a5            | RAM starts at 0 (%a5)
+       movl    #0x0, %a5               | RAM starts at 0 (%a5)
+       movl    #0x0, %a6               | clear %fp to terminate debug trace
 
        RELOC(bootdev,%a0)
        movl    %d6, %a0@               | save bootdev



Home | Main Index | Thread Index | Old Index