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:
parent
488e747886
commit
ac2e3d9c62
1 changed files with 1 additions and 1 deletions
|
@ -853,7 +853,7 @@ extern int32 op_octa (int32 *opnd, int32 cc, int32 opc, int32 acc, int32 spec, i
|
|||
|
||||
/* vax_cmode.c externals */
|
||||
extern int32 op_cmode (int32 cc);
|
||||
extern int32 BadCmPSL (int32 newpsl);
|
||||
extern t_bool BadCmPSL (int32 newpsl);
|
||||
|
||||
/* vax_sys.c externals */
|
||||
extern const uint16 drom[NUM_INST][MAX_SPEC + 1];
|
||||
|
|
Loading…
Add table
Reference in a new issue