summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-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