* arm-wince-tdep.c (ARM_WINCE_JB_PC): Change to 10.

This commit is contained in:
Pedro Alves 2007-08-26 13:42:40 +00:00
parent 97a21170c8
commit 8ad7c2b9e6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-08-26 Pedro Alves <pedro_alves@portugalmail.pt>
* arm-wince-tdep.c (ARM_WINCE_JB_PC): Change to 10.
2007-08-23 Joel Brobecker <brobecker@adacore.com>
* Makefile.in (copying.c): Use the top-level COPYING3 as the file

View File

@ -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)