mirror of
https://github.com/simh/simh.git
synced 2026-01-26 12:02:14 +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
@@ -233,9 +233,6 @@ int32 ssc_adsm[2] = { 0 }; /* addr strobes */
|
||||
int32 ssc_adsk[2] = { 0 };
|
||||
int32 cdg_dat[CDASIZE >> 2]; /* cache data */
|
||||
static uint32 rom_delay = 0;
|
||||
static const int32 insert[4] = {
|
||||
0x00000000, 0x000000FF, 0x0000FFFF, 0x00FFFFFF
|
||||
};
|
||||
|
||||
t_stat rom_ex (t_value *vptr, t_addr exta, UNIT *uptr, int32 sw);
|
||||
t_stat rom_dep (t_value val, t_addr exta, UNIT *uptr, int32 sw);
|
||||
|
||||
Reference in New Issue
Block a user