summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1999-08-14 03:31:51 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1999-08-14 03:31:51 +0000
commitb0a6dafa76dd098e9a19ae2a0aa150004d836624 (patch)
tree2873b9b987275c6864b9c492ec9f69916dbd2446 /sys/arch/hppa
parent640bd5de98218fe938952f2669d2beddb9a39d3b (diff)
proper breakpoint instruction
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r--sys/arch/hppa/include/db_machdep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/db_machdep.h b/sys/arch/hppa/include/db_machdep.h
index 544649b4e50..b8aa4d016ac 100644
--- a/sys/arch/hppa/include/db_machdep.h
+++ b/sys/arch/hppa/include/db_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_machdep.h,v 1.2 1999/04/20 19:29:12 mickey Exp $ */
+/* $OpenBSD: db_machdep.h,v 1.3 1999/08/14 03:31:50 mickey Exp $ */
/*
* Copyright (c) 1998 Michael Shalayeff
@@ -44,7 +44,7 @@ extern db_regs_t ddb_regs;
#define PC_REGS(regs) ((db_addr_t)(regs)->tf_iioq_head)
/* Breakpoint related definitions */
-#define BKPT_INST 0x00000000 /* break 0,0 */
+#define BKPT_INST 0x00010000 /* break 0,8 */
#define BKPT_SIZE sizeof(int)
#define BKPT_SET(inst) BKPT_INST