mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
Fix the build
This commit is contained in:
parent
bb3ebedfce
commit
ea607781f8
1 changed files with 0 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue