r32 doesn't exist

This commit is contained in:
VampireFlower 2024-06-05 05:38:19 -06:00
parent 8f03d9e8ca
commit 473db6882d

View file

@ -649,7 +649,7 @@ TokenType Lexer::ClassifyAlnum() const
if (rn[0] == '3')
{
return rn[1] <= '2';
return rn[1] < '2';
}
}