From f7a7ce18476ddbdea51d392f61d3f6555c6a2c11 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Sat, 10 Nov 2018 13:17:13 -0800 Subject: [PATCH] fatal: Fix FatalType_ErrorReport fallthrough --- stratosphere/fatal/source/fatal_throw.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stratosphere/fatal/source/fatal_throw.cpp b/stratosphere/fatal/source/fatal_throw.cpp index 9650acb3d..2eb617593 100644 --- a/stratosphere/fatal/source/fatal_throw.cpp +++ b/stratosphere/fatal/source/fatal_throw.cpp @@ -56,6 +56,7 @@ Result ThrowFatalImpl(u32 error, u64 pid, FatalType policy, FatalCpuContext *cpu switch (policy) { case FatalType_ErrorReport: /* TODO: Don't write an error report. */ + break; case FatalType_ErrorReportAndErrorScreen: case FatalType_ErrorScreen: {