You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(lib/model) fix: exit step early before initialisation
Check `is_initialised` early, before trying to acquire any locks.
This means that if we take casemate steps before pgtables are enabled,
we keep going and do not try perform any atomic operations later on
(namely the Casemate internal locks).
0 commit comments