When the Scanner is parsing either a register, label or a generic identifier (like a variable name or a 'jmp label') it fails to stop at the semi-colon and includes it as if its part of a name. So 'r4;comment' is parsed as an identifier name 'r4;comment' instead of register R4.
When the Scanner is parsing either a register, label or a generic identifier (like a variable name or a 'jmp label') it fails to stop at the semi-colon and includes it as if its part of a name. So 'r4;comment' is parsed as an identifier name 'r4;comment' instead of register R4.
glm94
added the bug label 2022-10-17 21:24:27 -05:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
When the Scanner is parsing either a register, label or a generic identifier (like a variable name or a 'jmp label') it fails to stop at the semi-colon and includes it as if its part of a name. So 'r4;comment' is parsed as an identifier name 'r4;comment' instead of register R4.
Patched as of commit
a9e57132be.