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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user