summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--boot/boot.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/boot/boot.c b/boot/boot.c
index 5d4b6d3a..92d8a027 100644
--- a/boot/boot.c
+++ b/boot/boot.c
@@ -1709,10 +1709,10 @@ S_io_reauthenticate (mach_port_t object,
&gg, &gglen,
&ag, &aglen))
{
- mig_deallocate (gu, gulen * sizeof *gu);
- mig_deallocate (au, aulen * sizeof *gu);
- mig_deallocate (gg, gglen * sizeof *gu);
- mig_deallocate (au, aulen * sizeof *gu);
+ mig_deallocate ((vm_address_t) gu, gulen * sizeof *gu);
+ mig_deallocate ((vm_address_t) au, aulen * sizeof *gu);
+ mig_deallocate ((vm_address_t) gg, gglen * sizeof *gu);
+ mig_deallocate ((vm_address_t) au, aulen * sizeof *gu);
}
return 0;