1
0
mirror of https://github.com/simh/simh.git synced 2026-04-25 03:34:34 +00:00
Files
simh.simh/scp.c
Mark Pizzolato d960c96f56 SCP: UNIT_BUFABLE isn't always set with UNIT_MUSTBUF
UNIT_BUFABLE without UNIT_MUSTBUF means that uptr->filebuf is managed
outside of attach_unit's authority.  The buffer copy must always be allocated
if UNIT_BUFABLE is set so that there is space to store the initial loaded copy.

Fix #1122
2022-02-14 19:30:30 -08:00

645 KiB