1
0
mirror of https://github.com/simh/simh.git synced 2026-02-01 22:33:25 +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

@@ -60,9 +60,6 @@ extern DEVICE vc_dev, lk_dev, vs_dev;
int32 conisp, conpc, conpsl; /* console reg */
int32 sys_model = 0; /* MicroVAX or VAXstation */
char cpu_boot_cmd[CBUFSIZE] = { 0 }; /* boot command */
static const int32 insert[4] = {
0x00000000, 0x000000FF, 0x0000FFFF, 0x00FFFFFF
};
static struct boot_dev boot_tab[] = {
{ "RQ", "DUA", 0x00415544 }, /* DUAn */