Fix the build

This commit is contained in:
Justine Tunney 2023-05-10 10:14:15 -07:00
parent bb3ebedfce
commit ea607781f8
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -171,7 +171,6 @@ privileged static bool kismapped(int x) {
privileged bool kisdangerous(const void *p) {
int frame;
if (1) return false;
if (kisimagepointer(p)) return false;
if (kiskernelpointer(p)) return false;
if (IsLegalPointer(p)) {