aboutsummaryrefslogtreecommitdiff
path: root/gdb/spu-tdep.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2017-09-04 15:57:02 -0700
committerJohn Baldwin <jhb@FreeBSD.org>2017-09-04 15:57:02 -0700
commit5b9f8a7c6e3873f97365569f50883a866b0a984a (patch)
tree30df7c053c811bdecd2d843d45b6edaab208e991 /gdb/spu-tdep.c
parentd69cf9b2076d63bad3842bc6406a679598851727 (diff)
downloadfsf-binutils-gdb-5b9f8a7c6e3873f97365569f50883a866b0a984a.zip
fsf-binutils-gdb-5b9f8a7c6e3873f97365569f50883a866b0a984a.tar.gz
fsf-binutils-gdb-5b9f8a7c6e3873f97365569f50883a866b0a984a.tar.bz2
Catch up to recent changes to call_function_by_hand().
gdb/ChangeLog: * spu-tdep.c (flush_ea_cache): Add missing argument to call_function_by_hand.
Diffstat (limited to 'gdb/spu-tdep.c')
-rw-r--r--gdb/spu-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/spu-tdep.c b/gdb/spu-tdep.c
index ca1a3fc..59c51b2 100644
--- a/gdb/spu-tdep.c
+++ b/gdb/spu-tdep.c
@@ -2036,7 +2036,7 @@ flush_ea_cache (void)
type = lookup_pointer_type (type);
addr = BMSYMBOL_VALUE_ADDRESS (msymbol);
- call_function_by_hand (value_from_pointer (type, addr), 0, NULL);
+ call_function_by_hand (value_from_pointer (type, addr), NULL, 0, NULL);
}
}