Net: Fix memory corruption on save old state.

Can't restore these if they're not inited either.
This commit is contained in:
Unknown W. Brackets
2020-09-07 07:23:13 -07:00
parent b5712efdfb
commit fcaef648ec
3 changed files with 10 additions and 3 deletions
+1
View File
@@ -683,6 +683,7 @@ int __KernelRegisterActionType(ActionCreator creator)
void __KernelRestoreActionType(int actionType, ActionCreator creator)
{
_assert_(actionType >= 0);
mipsCalls.restoreActionType(actionType, creator);
}