1
0
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:
Mark Pizzolato
2012-12-05 20:47:34 -08:00
parent 9575ac5c63
commit 2c1d2b9a88
2 changed files with 4 additions and 4 deletions

View File

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