thermosphere: trap refactor WIP

This commit is contained in:
TuxSH
2020-02-24 18:26:52 +00:00
parent 874d1432be
commit 797cea0ac8
18 changed files with 311 additions and 284 deletions

View File

@@ -101,7 +101,7 @@ namespace ams::hvisor::cpu {
constexpr bool HasValidFar()
{
return isv && fnv;
return isv && !fnv;
}
constexpr size_t GetAccessSize()
{