You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In HLASM, a program with two END instructions is valid, since the assembler ends processing after encountering the first END. However, that is not the case with this extension.
The problem is most visible when the DB2 preprocessor is enabled - two END instructions are processed by the preprocessor, generating the same symbols twice.
To Reproduce
Steps to reproduce the behavior:
Configure your processor group with the DB2 preprocessor, then type in the following:
END
END
32 errors apper, but there should be none.
Expected behavior
Processing should end after the first END.
Platform
Editor: Any
OS: Any
Plugin version: 0.13.0
The text was updated successfully, but these errors were encountered:
Describe the bug
In HLASM, a program with two
END
instructions is valid, since the assembler ends processing after encountering the firstEND
. However, that is not the case with this extension.The problem is most visible when the DB2 preprocessor is enabled - two END instructions are processed by the preprocessor, generating the same symbols twice.
To Reproduce
Steps to reproduce the behavior:
Configure your processor group with the DB2 preprocessor, then type in the following:
32 errors apper, but there should be none.
Expected behavior
Processing should end after the first END.
Platform
The text was updated successfully, but these errors were encountered: