OSDN Git Service

* win32-arm-low.c (arm_wince_breakpoint): Fix typo.
authorpalves <palves>
Sun, 8 Jul 2007 00:25:30 +0000 (00:25 +0000)
committerpalves <palves>
Sun, 8 Jul 2007 00:25:30 +0000 (00:25 +0000)
gdb/gdbserver/ChangeLog
gdb/gdbserver/win32-arm-low.c

index c5a7b4a..b447e9f 100644 (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.
index 6c4b80a..b51dfd3 100644 (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 = {