1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-02 06:25:43 +00:00

Compiler cleanup after v3.9-0 merge

This commit is contained in:
Mark Pizzolato
2012-03-19 16:07:36 -07:00
parent fffad7c20e
commit fabdf73bed
30 changed files with 49 additions and 39 deletions

View File

@@ -96,7 +96,7 @@
#else /* PDP-11 version */
#include "pdp11_defs.h"
#define TS_DIS DEV_DIS /* off by default */
extern int32 cpu_opt;
extern uint32 cpu_opt;
#endif
#include "sim_tape.h"