0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-27 11:18:51 +02:00

modules/console: Disable prev fetch on manual feds state eval.

This commit is contained in:
Jason Volk 2020-03-01 16:37:29 -08:00
parent 2ee8d7a1fb
commit 48a8af4252

View file

@ -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