summaryrefslogtreecommitdiff
path: root/gdb/arm-wince-tdep.c
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2007-08-26 13:42:40 +0000
committerPedro Alves <pedro@codesourcery.com>2007-08-26 13:42:40 +0000
commit3aad2611463d717103d326645016b68dc295cd15 (patch)
treed2f894be49d5d9a2a5a2dad7f89e463ea0f5cf1b /gdb/arm-wince-tdep.c
parentecf0392693fc1a5f229fa6e751a0c12233a16fda (diff)
downloadgdb-3aad2611463d717103d326645016b68dc295cd15.tar.gz
* 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 96840afa317..423589655d2 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)