tx-0: Fix missing #endif in USE_DISPLAY code block
This commit is contained in:
parent
5ba9d374de
commit
abfb828cb8
1 changed files with 1 additions and 0 deletions
|
@ -1210,6 +1210,7 @@ cpu_get_switches(unsigned long *p1, unsigned long *p2)
|
||||||
*p1 = TAC;
|
*p1 = TAC;
|
||||||
*p2 = 0;
|
*p2 = 0;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
t_stat sim_load(FILE *fileref, CONST char *cptr, CONST char *fnam, int flag) {
|
t_stat sim_load(FILE *fileref, CONST char *cptr, CONST char *fnam, int flag) {
|
||||||
uint32 word;
|
uint32 word;
|
||||||
|
|
Loading…
Add table
Reference in a new issue