mirror of
https://github.com/urbit/ares.git
synced 2024-11-22 15:08:54 +03:00
guard: do not focus in top-level
This commit is contained in:
parent
f7f01f5073
commit
28a7bf5153
@ -81,10 +81,6 @@ void guard(void *(*f)(void *), void *arg, void **stack, void **alloc, void **ret
|
|||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((err = _focus_guard()) != guard_sound) {
|
|
||||||
goto fail;
|
|
||||||
}
|
|
||||||
|
|
||||||
*ret = f(arg);
|
*ret = f(arg);
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user