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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user