Fix ARI warning.
* ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
This commit is contained in:
parent
8bd10a10b3
commit
e4166a49ea
@ -1,3 +1,8 @@
|
||||
2010-04-23 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
Fix ARI warning.
|
||||
* ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
|
||||
|
||||
2010-04-20 Chris Moller <cmoller@redhat.com>
|
||||
|
||||
PR 10179
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user