summaryrefslogtreecommitdiff
path: root/gdb/arm-wince-tdep.c
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2007-08-26 13:42:40 +0000
committerPedro Alves <palves@redhat.com>2007-08-26 13:42:40 +0000
commit8ad7c2b9e66715bcd6affca86a6fba7584686d3b (patch)
tree13173d24db1af2c71db3af11953bc282b3b01d34 /gdb/arm-wince-tdep.c
parent97a21170c8cd2d664b969d819de1338328576c87 (diff)
* arm-wince-tdep.c (ARM_WINCE_JB_PC): Change to 10.
Diffstat (limited to 'gdb/arm-wince-tdep.c')
-rw-r--r--gdb/arm-wince-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arm-wince-tdep.c b/gdb/arm-wince-tdep.c
index 96840afa31..423589655d 100644
--- a/gdb/arm-wince-tdep.c
+++ b/gdb/arm-wince-tdep.c
@@ -32,7 +32,7 @@ static const char arm_wince_thumb_le_breakpoint[] = { 0xfe, 0xdf };
/* Description of the longjmp buffer. */
#define ARM_WINCE_JB_ELEMENT_SIZE INT_REGISTER_SIZE
-#define ARM_WINCE_JB_PC 21
+#define ARM_WINCE_JB_PC 10
static void
arm_wince_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)