* acconfig.h: Remove.
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-s390-low.c
index 724e092aa05d614b7dc6742c95ed5485cc6fb490..d290556ab90d5c4da191158390b36fad0f01d57a 100644 (file)
@@ -76,7 +76,7 @@ s390_cannot_store_register (int regno)
 }
 
 
-static const char s390_breakpoint[] = { 0, 1 };
+static const unsigned char s390_breakpoint[] = { 0, 1 };
 #define s390_breakpoint_len 2
 
 static CORE_ADDR
This page took 0.023959 seconds and 4 git commands to generate.