mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
r32 doesn't exist
This commit is contained in:
@ -649,7 +649,7 @@ TokenType Lexer::ClassifyAlnum() const
|
|||||||
|
|
||||||
if (rn[0] == '3')
|
if (rn[0] == '3')
|
||||||
{
|
{
|
||||||
return rn[1] <= '2';
|
return rn[1] < '2';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user