1
0
mirror of https://github.com/simh/simh.git synced 2026-01-11 23:52:58 +00:00

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;
*p2 = 0;
}
#endif
t_stat sim_load(FILE *fileref, CONST char *cptr, CONST char *fnam, int flag) {
uint32 word;