stratosphere: TODO: panic -> std::abort()

This commit is contained in:
Michael Scire
2019-05-10 03:28:18 -07:00
parent 41f5b39f6b
commit 03a425a579
7 changed files with 8 additions and 12 deletions

View File

@@ -94,8 +94,7 @@ class NsoUtils {
case 12:
return "sdk";
default:
/* TODO: Panic. */
return "?";
std::abort();
}
}