mirror of
https://github.com/simh/simh.git
synced 2026-02-12 10:58:34 +00:00
sigma: Fix shutdown/detach issue with tape devices.
Also add makefile and Visual Studio Project definitions to build the incomplete/unsupported sigma and alpha simulators.
This commit is contained in:
@@ -1785,7 +1785,7 @@ t_stat cpu_fprint_one_inst (FILE *st, uint32 ir, t_uint64 pc, t_uint64 ra, t_uin
|
||||
uint32 op;
|
||||
t_value sim_val;
|
||||
|
||||
static const h_fmt[64] = {
|
||||
static const int h_fmt[64] = {
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
H_MRF, H_MRF, H_MRF, H_MRF, H_MRF, H_MRF, H_MRF, H_MRF,
|
||||
H_IOP, H_IOP, H_IOP, H_IOP, H_FOP, H_FOP, H_FOP, H_FOP,
|
||||
|
||||
Reference in New Issue
Block a user