TAPE: Fix EOF detection to properly initialize state.
This commit is contained in:
parent
b1d0eb3492
commit
804b7d8883
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue