mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-15 16:06:21 +00:00
Merge branch 'master' into mlb2
This commit is contained in:
commit
8cf4145724
12
assemble.c
12
assemble.c
@ -282,10 +282,18 @@ static int assemble(
|
||||
need: get assembly listing
|
||||
controls working fully. ) */
|
||||
case P_LIST:
|
||||
if (pass > 0) list_level++;
|
||||
if (pass > 0) {
|
||||
cp = skipwhite(cp);
|
||||
if (EOL(*cp))
|
||||
list_level++;
|
||||
}
|
||||
return 1;
|
||||
case P_NLIST:
|
||||
if (pass > 0) list_level--;
|
||||
if (pass > 0) {
|
||||
cp = skipwhite(cp);
|
||||
if (EOL(*cp))
|
||||
list_level--;
|
||||
}
|
||||
return 1;
|
||||
|
||||
case P_IDENT:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user