diff options
| author | VampireFlower <monstercatspedup1@gmail.com> | 2024-06-05 05:38:19 -0600 |
|---|---|---|
| committer | VampireFlower <monstercatspedup1@gmail.com> | 2024-06-06 13:05:45 -0600 |
| commit | 473db6882dc09fc6c7be16afee1752908cf40dd5 (patch) | |
| tree | 07ecc124784284156931a7fc897d04af8242c66b /Source/Core/Common | |
| parent | 8f03d9e8cac0a635212b5a2c99c85030c7368ac7 (diff) | |
r32 doesn't exist
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/Assembler/GekkoLexer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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'; } } |
