From 473db6882dc09fc6c7be16afee1752908cf40dd5 Mon Sep 17 00:00:00 2001 From: VampireFlower Date: Wed, 5 Jun 2024 05:38:19 -0600 Subject: [PATCH] r32 doesn't exist --- Source/Core/Common/Assembler/GekkoLexer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Common/Assembler/GekkoLexer.cpp b/Source/Core/Common/Assembler/GekkoLexer.cpp index edc400ed9d..f9cd9cd035 100644 --- a/Source/Core/Common/Assembler/GekkoLexer.cpp +++ b/Source/Core/Common/Assembler/GekkoLexer.cpp @@ -649,7 +649,7 @@ TokenType Lexer::ClassifyAlnum() const if (rn[0] == '3') { - return rn[1] <= '2'; + return rn[1] < '2'; } }