mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
TAPE: Fix EOF detection to properly initialize state.
This commit is contained in:
parent
b1d0eb3492
commit
804b7d8883
@ -2146,7 +2146,7 @@ static uint32 sim_tape_tpc_map (UNIT *uptr, t_addr *map, uint32 mapsize)
|
||||
{
|
||||
t_addr tpos, leot;
|
||||
t_addr tape_size;
|
||||
t_tpclnt bc, last_bc;
|
||||
t_tpclnt bc, last_bc = 0xFFFF;
|
||||
uint32 had_double_tape_mark = 0;
|
||||
size_t i;
|
||||
uint32 objc, sizec;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user