mirror of
https://github.com/pfusik/xasm.git
synced 2024-12-22 15:31:23 +00:00
Fix failed assertion when opt l+ is used
This commit is contained in:
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':
|
||||
|
Loading…
Reference in New Issue
Block a user