mirror of
https://github.com/simh/simh.git
synced 2026-01-26 04:01:38 +00:00
SCP: Various cleanups.
- Avoid assignments of void * values. Cast all memory allocation return values to appropriate types. - Add output to sim_log where missing in various places. - Fixed issue with lost file positions after a restore for devices which leverage the UNIT_SEQ flag.
This commit is contained in:
@@ -124,4 +124,3 @@ extern t_bool sim_asynch_timer;
|
||||
extern DEVICE sim_timer_dev;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user