mirror of
https://github.com/pfusik/xasm.git
synced 2026-01-23 18:16:36 +00:00
Fix failed assertion when opt l+ is used
This commit is contained in:
committed by
Piotr Fusik
parent
8f06fec50c
commit
57ef9b5c83
@@ -2161,7 +2161,7 @@ void assemblyOpt() {
|
||||
break;
|
||||
case 'L':
|
||||
case 'l':
|
||||
optionListing = readOption() && !pass2;
|
||||
optionListing = readOption() && pass2;
|
||||
break;
|
||||
case 'O':
|
||||
case 'o':
|
||||
|
||||
Reference in New Issue
Block a user