result: always prefer diag::Abort to fatal

This commit is contained in:
Michael Scire 2021-01-28 00:15:24 -08:00
parent 366c265ab2
commit 8d10584a51
17 changed files with 4 additions and 120 deletions

View file

@ -63,12 +63,6 @@ namespace ams {
boot::RebootForFatalError(ctx);
}
namespace result {
bool CallFatalOnResultAssertion = false;
}
}
using namespace ams;