kern: kern::arm64 -> kern::arch::arm64

This commit is contained in:
Michael Scire
2020-02-14 18:22:55 -08:00
parent 11f70759ce
commit 20b5268e90
47 changed files with 192 additions and 192 deletions

View File

@@ -20,7 +20,7 @@
#include <mesosphere/arch/arm64/kern_k_interrupt_name.hpp>
namespace ams::kern {
using namespace ams::kern::arm64::interrupt_name;
using namespace ams::kern::arch::arm64::interrupt_name;
}
#else