mirror of
https://github.com/simh/simh.git
synced 2026-05-02 14:20:05 +00:00
Compiler and static analyzer fixes from Peter Schorn.
This commit is contained in:
@@ -579,7 +579,7 @@ struct sim_schtab {
|
||||
struct sim_brktab {
|
||||
t_addr addr; /* address */
|
||||
int32 typ; /* mask of types */
|
||||
int32 cnt; /* proceed count */
|
||||
int32 cnt; /* proceed count */
|
||||
char *act; /* action string */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user