diff options
Diffstat (limited to 'gcc/rust/backend/rust-compile-base.h')
-rw-r--r-- | gcc/rust/backend/rust-compile-base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/backend/rust-compile-base.h b/gcc/rust/backend/rust-compile-base.h index c09c562..d58fd19 100644 --- a/gcc/rust/backend/rust-compile-base.h +++ b/gcc/rust/backend/rust-compile-base.h @@ -98,7 +98,7 @@ protected: static void setup_abi_options (tree fndecl, ABI abi); - static tree address_expression (tree, Location); + static tree address_expression (tree expr, tree ptrtype, Location locus); static bool mark_addressable (tree, Location); |