mirror of
https://github.com/simh/simh.git
synced 2026-02-26 08:44:38 +00:00
I7000: Fixed potential memory access error.
This commit is contained in:
committed by
Mark Pizzolato
parent
3f55005d21
commit
cabd3784bc
@@ -138,7 +138,7 @@ extern uint8 chan_io_status[NUM_CHAN]; /* Channel status */
|
||||
#endif
|
||||
|
||||
/* Channel level activity */
|
||||
uint8 mt_chan[NUM_DEVS];
|
||||
uint8 mt_chan[NUM_CHAN];
|
||||
|
||||
/* One buffer per channel */
|
||||
uint8 mt_buffer[NUM_DEVS][BUFFSIZE];
|
||||
|
||||
Reference in New Issue
Block a user