1
0
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:
Mark Pizzolato
2013-04-13 16:59:54 -07:00
parent ee3d98a125
commit 4bd72e666c
8 changed files with 88 additions and 70 deletions

View File

@@ -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 */
};