summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>1999-08-14 03:31:50 +0000
committermickey <mickey@openbsd.org>1999-08-14 03:31:50 +0000
commit75003eb0319de8b09c67288bd5f53645bcc45469 (patch)
treea7b82603242ebba58622381596218fe9e718945c
parentbetter CLKF_BASEPRI (diff)
downloadwireguard-openbsd-75003eb0319de8b09c67288bd5f53645bcc45469.tar.xz
wireguard-openbsd-75003eb0319de8b09c67288bd5f53645bcc45469.zip
proper breakpoint instruction
-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