aboutsummaryrefslogtreecommitdiff
path: root/gcc/langhooks.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/langhooks.c')
-rw-r--r--gcc/langhooks.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/langhooks.c b/gcc/langhooks.c
index e31c1fb..5bce710 100644
--- a/gcc/langhooks.c
+++ b/gcc/langhooks.c
@@ -266,7 +266,8 @@ hook_get_alias_set_0 (tree t ATTRIBUTE_UNUSED)
rtx
lhd_expand_expr (tree t ATTRIBUTE_UNUSED, rtx r ATTRIBUTE_UNUSED,
enum machine_mode mm ATTRIBUTE_UNUSED,
- int em ATTRIBUTE_UNUSED)
+ int em ATTRIBUTE_UNUSED,
+ rtx *a ATTRIBUTE_UNUSED)
{
abort ();
}