summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/db_machdep.h
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2003-06-07 18:24:37 +0000
committerjake <jake@FreeBSD.org>2003-06-07 18:24:37 +0000
commit2a43cda9e836aac4ba376fa604546eb8e5e78025 (patch)
tree62775f0acb90058c95f162702516e1e631f5e004 /sys/sparc64/include/db_machdep.h
parent027cd7bb84db9c127c2902b38f22fa7af96617fb (diff)
downloadFreeBSD-src-2a43cda9e836aac4ba376fa604546eb8e5e78025.zip
FreeBSD-src-2a43cda9e836aac4ba376fa604546eb8e5e78025.tar.gz
BKPT_INST is supposed to be a breakpoint, not 0.
Diffstat (limited to 'sys/sparc64/include/db_machdep.h')
-rw-r--r--sys/sparc64/include/db_machdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/include/db_machdep.h b/sys/sparc64/include/db_machdep.h
index 281f982..a31ec62 100644
--- a/sys/sparc64/include/db_machdep.h
+++ b/sys/sparc64/include/db_machdep.h
@@ -44,7 +44,7 @@ extern db_regs_t ddb_regs;
#define PC_REGS(regs) ((db_addr_t)(regs)->tf_tpc)
-#define BKPT_INST (0)
+#define BKPT_INST (0x91d03001)
#define BKPT_SIZE (4)
#define BKPT_SET(inst) (BKPT_INST)
OpenPOWER on IntegriCloud