pc64: actually fix it, what was i THINKING

This commit is contained in:
cinap_lenrek 2019-06-20 00:36:51 +02:00
parent a40364218d
commit 2d83ae8fb2

View file

@ -398,7 +398,7 @@ reboot(void *entry, void *code, ulong size)
/* shutdown devices */
chandevshutdown();
rebootjump((uintptr)entry & -0x10000000, PADDR(code), size);
rebootjump((uintptr)entry & (ulong)~0xF0000000UL, PADDR(code), size);
}
/*