mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
modules/console: Disable prev fetch on manual feds state eval.
This commit is contained in:
parent
2ee8d7a1fb
commit
48a8af4252
1 changed files with 2 additions and 0 deletions
|
@ -13096,6 +13096,8 @@ console_cmd__fed__state(opt &out, const string_view &line)
|
|||
|
||||
m::vm::opts vmopts;
|
||||
vmopts.nothrows = -1;
|
||||
vmopts.nothrows &= ~m::vm::fault::INTERRUPT;
|
||||
vmopts.fetch_prev = false;
|
||||
m::vm::eval eval
|
||||
{
|
||||
pdus, vmopts
|
||||
|
|
Loading…
Reference in a new issue