1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

PDP10: Fix build warning when compiling DZ module

This commit is contained in:
Mark Pizzolato
2018-04-10 10:24:49 -07:00
parent cc7721b96e
commit d356274d38
2 changed files with 4 additions and 2 deletions

View File

@@ -78,7 +78,9 @@
#if !defined (DZ_MUXES)
#define DZ_MUXES 1
#endif
#if !defined (MAX_DZ_MUXES)
#define MAX_DZ_MUXES 32
#endif
#define DZ_LINES (UNIBUS ? 8 : 4) /* lines per DZ mux */
#if DZ_MUXES > MAX_DZ_MUXES