mirror of
https://github.com/open-simh/simh.git
synced 2026-04-25 03:44:58 +00:00
Fixed minor sim_debug_bits issues.
This commit is contained in:
@@ -510,8 +510,8 @@ struct sim_bitfield {
|
||||
char *name; /* field name */
|
||||
uint32 offset; /* starting bit */
|
||||
uint32 width; /* width */
|
||||
char **valuenames; /* map of values to strings */
|
||||
char *format; /* value format string */
|
||||
const char **valuenames; /* map of values to strings */
|
||||
const char *format; /* value format string */
|
||||
};
|
||||
|
||||
/* File Reference */
|
||||
|
||||
Reference in New Issue
Block a user