mirror of
https://github.com/simh/simh.git
synced 2026-05-05 07:23:34 +00:00
VAX: Fix external type definition for BadCmPSL
Compilation under HP C V7.3-009 on OpenVMS Alpha V8.3 detected this problem
This commit is contained in:
committed by
Mark Pizzolato
parent
488e747886
commit
ac2e3d9c62
@@ -853,7 +853,7 @@ extern int32 op_octa (int32 *opnd, int32 cc, int32 opc, int32 acc, int32 spec, i
|
|||||||
|
|
||||||
/* vax_cmode.c externals */
|
/* vax_cmode.c externals */
|
||||||
extern int32 op_cmode (int32 cc);
|
extern int32 op_cmode (int32 cc);
|
||||||
extern int32 BadCmPSL (int32 newpsl);
|
extern t_bool BadCmPSL (int32 newpsl);
|
||||||
|
|
||||||
/* vax_sys.c externals */
|
/* vax_sys.c externals */
|
||||||
extern const uint16 drom[NUM_INST][MAX_SPEC + 1];
|
extern const uint16 drom[NUM_INST][MAX_SPEC + 1];
|
||||||
|
|||||||
Reference in New Issue
Block a user