diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-05-30 19:33:37 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-05-30 19:33:37 +0000 |
commit | 55074214c5f6ecefa154e180eb6d53bd5948f59b (patch) | |
tree | c431bbdb9a472a00f69c2e4cefb58b7a13fee487 | |
parent | 2dd9a78af047f16333d785dfc7cf912b2aa495ca (diff) |
Fix BREAKPOINT_DECR_PC value.
-rw-r--r-- | usr.bin/pmdb/arch/vax/pmdb_machdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/pmdb/arch/vax/pmdb_machdep.h b/usr.bin/pmdb/arch/vax/pmdb_machdep.h index a0ceed1887b..72887f0b1e1 100644 --- a/usr.bin/pmdb/arch/vax/pmdb_machdep.h +++ b/usr.bin/pmdb/arch/vax/pmdb_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmdb_machdep.h,v 1.2 2003/01/27 02:32:58 fgsch Exp $ */ +/* $OpenBSD: pmdb_machdep.h,v 1.3 2003/05/30 19:33:36 miod Exp $ */ /* * Copyright (c) 2002 Federico Schwindt <fgsch@openbsd.org> * All rights reserved. @@ -26,4 +26,4 @@ #define BREAKPOINT { 0x03 } #define BREAKPOINT_LEN 1 -#define BREAKPOINT_DECR_PC 0 +#define BREAKPOINT_DECR_PC 1 |