if (!argv_extra[1]) {
// If loading a statically linked file, then heap remapping we can do,
// otherwise delayed.
- create_heap(vmspace(proc), PG_ALIGN(container->exe.end));
+ create_heap(vmspace(proc), va_align(container->exe.end));
}
if (container->vms_mnt == VMS_SELF) {