mirror of
https://github.com/simh/simh.git
synced 2026-05-03 22:48:35 +00:00
VAX: Properly inline memory reference functions for performance. Fix #169
This commit is contained in:
@@ -68,8 +68,6 @@
|
||||
extern uint32 cpu_opt;
|
||||
#endif
|
||||
|
||||
extern uint16 *M;
|
||||
|
||||
#define HK_NUMDR 8 /* #drives */
|
||||
#define HK_NUMCY6 411 /* cyl/drive */
|
||||
#define HK_NUMCY7 815 /* cyl/drive */
|
||||
@@ -1569,6 +1567,8 @@ return pdp11_bad_block (uptr, HK_NUMSC, HK_NUMWD);
|
||||
|
||||
#if defined (VM_PDP11)
|
||||
|
||||
extern uint16 *M;
|
||||
|
||||
/* Device bootstrap - does not clear CSR when done */
|
||||
|
||||
#define BOOT_START 02000 /* start */
|
||||
|
||||
Reference in New Issue
Block a user