1
0
mirror of https://github.com/simh/simh.git synced 2026-01-26 04:01:38 +00:00

VAX: Properly inline memory reference functions for performance. Fix #169

This commit is contained in:
Mark Pizzolato
2014-12-31 13:25:49 -08:00
committed by Leo Broukhis
parent bd50637b18
commit 8d11de76c1
26 changed files with 519 additions and 510 deletions

View File

@@ -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 */