mirror of
https://github.com/open-simh/simh.git
synced 2026-04-29 21:27:07 +00:00
SCP: Add missing comment update to MTAB structure
This commit is contained in:
@@ -749,8 +749,8 @@ struct MTAB {
|
|||||||
t_stat (*disp)(FILE *st, UNIT *up, int32 v, CONST void *dp);
|
t_stat (*disp)(FILE *st, UNIT *up, int32 v, CONST void *dp);
|
||||||
/* display routine */
|
/* display routine */
|
||||||
void *desc; /* value descriptor */
|
void *desc; /* value descriptor */
|
||||||
/* REG * if MTAB_VAL */
|
/* pointer to something needed by */
|
||||||
/* int * if not */
|
/* the validation and/or display routines */
|
||||||
const char *help; /* help string */
|
const char *help; /* help string */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user