mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
r32 doesn't exist
This commit is contained in:
parent
8f03d9e8ca
commit
473db6882d
1 changed files with 1 additions and 1 deletions
|
@ -649,7 +649,7 @@ TokenType Lexer::ClassifyAlnum() const
|
||||||
|
|
||||||
if (rn[0] == '3')
|
if (rn[0] == '3')
|
||||||
{
|
{
|
||||||
return rn[1] <= '2';
|
return rn[1] < '2';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue