mirror of
https://github.com/simh/simh.git
synced 2026-01-26 12:02:14 +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,
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#include <setjmp.h>
|
||||
|
||||
#if defined (__GNUC__)
|
||||
#define INLINE inline
|
||||
#define INLINE
|
||||
#else
|
||||
#define INLINE
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user