Fix MODE=tiny build

This commit is contained in:
Justine Tunney 2023-06-03 10:30:48 -07:00
parent 1904a3cae8
commit 6ae18a10ba
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
2 changed files with 6 additions and 10 deletions

View file

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