mirror of
https://github.com/simh/simh.git
synced 2026-02-18 21:38:16 +00:00
Compiler indicated cleanups
This commit is contained in:
@@ -278,7 +278,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