* win32-arm-low.c (arm_wince_breakpoint): Fix typo.
[deliverable/binutils-gdb.git] / gdb / gdbserver / win32-arm-low.c
index 6c4b80a4819b0c56ed390302cb8c743101cc6be5..b51dfd3f3e135c4fbc94f208863b609503be2eff 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 = {
This page took 0.023328 seconds and 4 git commands to generate.