mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Fix MODE=tiny build
This commit is contained in:
parent
1904a3cae8
commit
6ae18a10ba
2 changed files with 6 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue