summaryrefslogtreecommitdiff
path: root/sys/arch/arm64/stand
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/arm64/stand')
-rw-r--r--sys/arch/arm64/stand/efiboot/exec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm64/stand/efiboot/exec.c b/sys/arch/arm64/stand/efiboot/exec.c
index 9ddb31806fc..07886ad2dce 100644
--- a/sys/arch/arm64/stand/efiboot/exec.c
+++ b/sys/arch/arm64/stand/efiboot/exec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec.c,v 1.6 2019/01/09 13:18:50 yasuoka Exp $ */
+/* $OpenBSD: exec.c,v 1.7 2019/04/10 04:17:34 deraadt Exp $ */
/*
* Copyright (c) 2006, 2016 Mark Kettenis
@@ -88,7 +88,7 @@ cpu_inval_icache(void)
}
void
-run_loadfile(u_long *marks, int howto)
+run_loadfile(uint64_t *marks, int howto)
{
char args[256];
char *cp;