mirror of
https://github.com/simh/simh.git
synced 2026-04-26 03:57:11 +00:00
CDC1700: Release 2
- Fix protect fault for 2-word instructions so that background tasks do not crash. - Lay the ground work for supporting the enhanced instruction set. - Fix disk layout bug (disks are no longer compatible with previous version). - Add debugging support for displaying MSOS 5 system requests. - Fix bugs found by Coverity.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
|
||||
Copyright (c) 2015-2016, John Forecast
|
||||
Copyright (c) 2015-2017, John Forecast
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a
|
||||
copy of this software and associated documentation files (the "Software"),
|
||||
@@ -312,7 +312,7 @@ t_stat dc_svc(UNIT *uptr)
|
||||
{
|
||||
DEVICE *dptr;
|
||||
enum IOstatus status;
|
||||
uint16 temp;
|
||||
uint16 temp = 0;
|
||||
|
||||
if ((dptr = find_dev_from_unit(uptr)) != NULL) {
|
||||
IO_DEVICE *iod = (IO_DEVICE *)dptr->ctxt;
|
||||
|
||||
Reference in New Issue
Block a user