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

PDP11: Fix register definitions.

This commit is contained in:
Lars Brinkhoff
2020-03-18 14:13:55 +01:00
parent 89cd649c77
commit 45d7a1155b
4 changed files with 20 additions and 18 deletions

View File

@@ -45,8 +45,8 @@ typedef unsigned int uint32;
#ifndef PIX_SCALE
#define PIX_SCALE RES_FULL
#endif
extern int ng_type;
extern int ng_scale;
extern int32 ng_type;
extern int32 ng_scale;
extern int32 ng_get_csr(void);
extern int32 ng_get_reloc(void);