Bug fixes

This commit is contained in:
Alex
2023-04-25 05:14:12 +03:00
parent 299c919d1d
commit c1eaabf97b
4 changed files with 13 additions and 7 deletions

View File

@@ -61,4 +61,5 @@ extern "C" uintptr_t SystemCallsHandler(SyscallsFrame *Frame)
}
}
assert(false); /* Should never reach here. */
return 0;
}