Fix ARI warning.
[deliverable/binutils-gdb.git] / gdb / ppc-linux-nat.c
index f7c5bf55eb0b131a545ce1c8f2a0225d56b0c6ce..f61ac5d6fa7da46830aaef15f7d4ffba57c3e2cb 100644 (file)
@@ -1508,7 +1508,7 @@ ppc_linux_region_ok_for_hw_watchpoint (CORE_ADDR addr, int len)
 }
 
 /* This function compares two ppc_hw_breakpoint structs field-by-field.  */
-static inline int
+static int
 booke_cmp_hw_point (struct ppc_hw_breakpoint *a, struct ppc_hw_breakpoint *b)
 {
   return (a->trigger_type       == b->trigger_type
This page took 0.026544 seconds and 4 git commands to generate.