summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsutsui <tsutsui@NetBSD.org>2011-11-05 15:21:43 +0000
committertsutsui <tsutsui@NetBSD.org>2011-11-05 15:21:43 +0000
commit5d62fbc66ca1928d72beae9bc0dd5cfd2b52f803 (patch)
tree1d541b35ebe2d647e4fbb713b9534b3f56640967
parent9ffaec77dcfac1252493b3fb55b460cc7eb2abf9 (diff)
bgt -> jgt for a short jump.
-rw-r--r--sys/arch/hp300/hp300/locore.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/hp300/locore.s b/sys/arch/hp300/hp300/locore.s
index 1eea10a511e..3446e084093 100644
--- a/sys/arch/hp300/hp300/locore.s
+++ b/sys/arch/hp300/hp300/locore.s
@@ -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 @@ Lkbrkpt: | Kernel-mode breakpoint or trace trap. (%d0=trap_type)
Lbrkpt1:
movl %a0@+,%a1@+
subql #4,%d1
- bgt Lbrkpt1
+ jgt Lbrkpt1
Lbrkpt2:
| Call the trap handler for the kernel debugger.