From d2fae571f5e15e6390dbce0e73b1dd564b0322b3 Mon Sep 17 00:00:00 2001 From: offtkp Date: Mon, 23 Sep 2024 20:25:00 +0300 Subject: [PATCH] Remove extraneous space --- src/core/cpu_patches.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/cpu_patches.cpp b/src/core/cpu_patches.cpp index f58abccbe..202cfbb85 100644 --- a/src/core/cpu_patches.cpp +++ b/src/core/cpu_patches.cpp @@ -1118,7 +1118,6 @@ static bool TryExecuteIllegalInstruction(void* ctx, void* code_address) { return true; } - break; } default: {