This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix arm-wince breakpoint op typo.


Hi guys,

I shamelessly left this typo on the tree for too long.

Committed as obvious.

Cheers,
Pedro Alves
2007-07-08  Pedro Alves  <pedro_alves@portugalmail.pt>

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

---
 gdb/gdbserver/win32-arm-low.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: src/gdb/gdbserver/win32-arm-low.c
===================================================================
--- src.orig/gdb/gdbserver/win32-arm-low.c	2007-07-07 11:36:08.000000000 +0100
+++ src/gdb/gdbserver/win32-arm-low.c	2007-07-07 11:37:12.000000000 +0100
@@ -105,7 +105,7 @@ arm_store_inferior_register (win32_threa
 }
 
 /* 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 = {

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]