kern: add page table contents debug

This commit is contained in:
Michael Scire 2020-12-11 19:30:48 -08:00
parent 1ec2c0c2cb
commit 9a6cca7499
6 changed files with 189 additions and 16 deletions

View file

@ -39,6 +39,7 @@ namespace ams::kern {
}
static NOINLINE void HandleDpc();
static void Sync();
};
}