mirror of
https://github.com/simh/simh.git
synced 2026-02-02 14:52:18 +00:00
VAX: Properly inline memory reference functions for performance. Fix #169
This commit is contained in:
committed by
Leo Broukhis
parent
bd50637b18
commit
8d11de76c1
@@ -149,9 +149,6 @@ int32 ka_mser = 0; /* KA630 mem sys err */
|
||||
int32 ka_cear = 0; /* KA630 cpu err */
|
||||
int32 ka_dear = 0; /* KA630 dma err */
|
||||
static uint32 rom_delay = 0;
|
||||
static const int32 insert[4] = {
|
||||
0x00000000, 0x000000FF, 0x0000FFFF, 0x00FFFFFF
|
||||
};
|
||||
t_bool ka_diag_full = FALSE;
|
||||
t_bool ka_hltenab = TRUE; /* Halt Enable / Autoboot flag */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user