tx-0: Fix missing #endif in USE_DISPLAY code block

This commit is contained in:
Mark Pizzolato 2018-02-18 11:45:09 -08:00
parent 5ba9d374de
commit abfb828cb8

View file

@ -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;