* win32-arm-low.c (arm_wince_breakpoint): Fix typo.

This commit is contained in:
Pedro Alves 2007-07-08 00:25:30 +00:00
parent d50a998f25
commit c5674cf19d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
* win32-arm-low.c (arm_wince_breakpoint): Fix typo.
2007-07-03 Daniel Jacobowitz <dan@codesourcery.com>
* remote-utils.c (look_up_one_symbol): Handle 'm' packets.

View File

@ -105,7 +105,7 @@ arm_store_inferior_register (win32_thread_info *th, int r)
}
/* Correct in either endianness. We do not support Thumb yet. */
static const unsigned long arm_wince_breakpoint = 0xe6000001;
static const unsigned long arm_wince_breakpoint = 0xe6000010;
#define arm_wince_breakpoint_len 4
struct win32_target_ops the_low_target = {