mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-14 23:55:09 +00:00
Each pass starts implicitly with .ENABL LC.
This commit is contained in:
parent
faf378ba86
commit
6be865911c
@ -200,6 +200,7 @@ void prepare_pass(int this_pass, STACK *stack, int nr_files, char **fnames)
|
||||
last_cond = -1;
|
||||
sect_sp = -1;
|
||||
suppressed = 0;
|
||||
enabl_lc = 1;
|
||||
}
|
||||
|
||||
int main(
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
1 ;;;; WRAPPER FOR 2.11BSD/M11/ERRS.M11
|
||||
2 .LIST
|
||||
3 .LIST
|
||||
4 .LIST
|
||||
5 .ENABL LC
|
||||
1 ;;;; Wrapper for 2.11BSD/m11/errs.m11
|
||||
2 .list
|
||||
3 .list
|
||||
4 .list
|
||||
5 .enabl lc
|
||||
6 000001 debug = 1
|
||||
7 .include "2.11BSD/m11/at.sml"
|
||||
1 .title at.sml - assembler/translator system macros
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user