add the cleanup checker
[deliverable/binutils-gdb.git] / gdb / arm-wince-tdep.c
index e00640cc03a67e03399ea62b9b4d2393292cd116..61569e397f5f2ba5af4673b3b4c51cd37521fb38 100644 (file)
@@ -30,8 +30,8 @@
 
 #include "arm-tdep.h"
 
-static const char arm_wince_le_breakpoint[] = { 0x10, 0x00, 0x00, 0xe6 };
-static const char arm_wince_thumb_le_breakpoint[] = { 0xfe, 0xdf };
+static const gdb_byte arm_wince_le_breakpoint[] = { 0x10, 0x00, 0x00, 0xe6 };
+static const gdb_byte arm_wince_thumb_le_breakpoint[] = { 0xfe, 0xdf };
 
 /* Description of the longjmp buffer.  */
 #define ARM_WINCE_JB_ELEMENT_SIZE      INT_REGISTER_SIZE
This page took 0.023787 seconds and 4 git commands to generate.