diff options
author | 2003-05-30 19:33:36 +0000 | |
---|---|---|
committer | 2003-05-30 19:33:36 +0000 | |
commit | 09624c604f32c58832725aa1c067f16f2bb8ec67 (patch) | |
tree | 5a6c06240487c4d490642857641ab46572084e45 | |
parent | Preliminary m68k pmdb support. (diff) | |
download | wireguard-openbsd-09624c604f32c58832725aa1c067f16f2bb8ec67.tar.xz wireguard-openbsd-09624c604f32c58832725aa1c067f16f2bb8ec67.zip |
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 |