1
0
mirror of https://github.com/pfusik/xasm.git synced 2024-06-07 11:29:32 +00:00

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

View File

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