Change return type of raw_bkpt_type_to_arm_hwbp_type
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-arm-low.c
index ae659dd83442761ab05fdb2af5b2c65a9efc8b6a..dda37cb36a2702a8f3e62e041d1c46e2a3eab454 100644 (file)
@@ -426,7 +426,7 @@ arm_linux_hw_breakpoint_equal (const struct arm_linux_hw_breakpoint *p1,
 
 /* Convert a raw breakpoint type to an enum arm_hwbp_type.  */
 
-static int
+static arm_hwbp_type
 raw_bkpt_type_to_arm_hwbp_type (enum raw_bkpt_type raw_type)
 {
   switch (raw_type)
This page took 0.026335 seconds and 4 git commands to generate.