fusee-cpp: setup exception handlers during crt0

This commit is contained in:
Michael Scire 2021-08-21 11:17:16 -07:00 committed by SciresM
parent 5f60bc7186
commit 3e81796db7
2 changed files with 22 additions and 1 deletions

View file

@ -16,7 +16,7 @@
#include <exosphere.hpp>
#pragma once
namespace ams::nxboot::loader {
namespace ams::nxboot {
NORETURN void ExceptionHandler();