Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp300/hp300 bgt -> jgt for a short jump.



details:   https://anonhg.NetBSD.org/src/rev/86d9a32d9986
branches:  trunk
changeset: 770986:86d9a32d9986
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Nov 05 15:21:43 2011 +0000

description:
bgt -> jgt for a short jump.

diffstat:

 sys/arch/hp300/hp300/locore.s |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 22e156c41eca -r 86d9a32d9986 sys/arch/hp300/hp300/locore.s
--- a/sys/arch/hp300/hp300/locore.s     Sat Nov 05 15:08:36 2011 +0000
+++ b/sys/arch/hp300/hp300/locore.s     Sat Nov 05 15:21:43 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.161 2011/11/04 17:53:51 tsutsui Exp $     */
+/*     $NetBSD: locore.s,v 1.162 2011/11/05 15:21:43 tsutsui Exp $     */
 
 /*
  * Copyright (c) 1980, 1990, 1993
@@ -988,7 +988,7 @@
 Lbrkpt1:
        movl    %a0@+,%a1@+
        subql   #4,%d1
-       bgt     Lbrkpt1
+       jgt     Lbrkpt1
 
 Lbrkpt2:
        | Call the trap handler for the kernel debugger.



Home | Main Index | Thread Index | Old Index