mirror of
https://github.com/simh/simh.git
synced 2026-01-27 20:37:50 +00:00
Fix build on VMS (IA64)
This commit is contained in:
@@ -645,7 +645,7 @@ return;
|
||||
struct reglink { /* register linkage */
|
||||
uint32 low; /* low addr */
|
||||
uint32 high; /* high addr */
|
||||
t_stat (*read)(int32 pa); /* read routine */
|
||||
int32 (*read)(int32 pa); /* read routine */
|
||||
void (*write)(int32 pa, int32 val, int32 lnt); /* write routine */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user