fixed incorrect offsets , cleaned out redundant code

This commit is contained in:
paul moore
2023-12-02 11:04:25 -08:00
parent ca2cf4bf54
commit 116f678180
2 changed files with 7 additions and 9 deletions

View File

@@ -702,9 +702,11 @@ static void OneLine (void)
int Instr = -1;
/* Initialize the new listing line if we are actually reading from file
** and not from internally pushed input, unless expanding macros
** and not from internally pushed input
*/
if (!HavePushedInput () || ExpandMacros) {
if (!HavePushedInput () ) {
InitListingLine ();
}