Fix failed assertion when opt l+ is used

This commit is contained in:
Adrian Matoga 2021-03-14 22:10:20 +01:00 committed by Piotr Fusik
parent 8f06fec50c
commit 57ef9b5c83
1 changed files with 1 additions and 1 deletions

View File

@ -2161,7 +2161,7 @@ void assemblyOpt() {
break; break;
case 'L': case 'L':
case 'l': case 'l':
optionListing = readOption() && !pass2; optionListing = readOption() && pass2;
break; break;
case 'O': case 'O':
case 'o': case 'o':