aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/host-netbsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/host-netbsd.c')
-rw-r--r--gcc/config/host-netbsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/host-netbsd.c b/gcc/config/host-netbsd.c
index 818ecb2..32f86c8 100644
--- a/gcc/config/host-netbsd.c
+++ b/gcc/config/host-netbsd.c
@@ -66,7 +66,7 @@ netbsd_gt_pch_get_address (size_t size, int fd)
mapping the data at BASE, -1 if we couldn't. */
static int
-netbsd_gt_pch_use_address (void *base, size_t size, int fd, size_t offset)
+netbsd_gt_pch_use_address (void *&base, size_t size, int fd, size_t offset)
{
void *addr;