1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-03-10 20:34:47 +00:00

IBM360: Fixed incorrect data type.

This commit is contained in:
Richard Cornwell
2021-08-11 19:39:45 -04:00
parent 2cf5648770
commit fdb78a1d54

View File

@@ -31,7 +31,7 @@ extern uint32 cregs[16]; /* Control registers /67 or 370 only */
extern uint8 cc; /* CC */
extern uint8 pmsk; /* Program mask */
extern uint8 st_key; /* Storage key */
extern uint8 per_en; /* PER mode enable */
extern int per_en; /* PER mode enable */
#define AMASK 0x00ffffff /* Mask address bits */
#define MSIGN 0x80000000 /* Minus sign */