1
0
mirror of https://github.com/open-simh/simh.git synced 2026-04-25 20:01:33 +00:00

Added help context to pdp11_dz and pdp11_vh

This commit is contained in:
Mark Pizzolato
2013-01-10 13:37:31 -08:00
parent b37b866fd6
commit 7f57ce2c88
3 changed files with 9 additions and 2 deletions

View File

@@ -321,6 +321,7 @@ struct sim_device {
struct sim_unit *uptr, int32 flag, char *cptr); /* help */
t_stat (*attach_help)(FILE *st, struct sim_device *dptr,
struct sim_unit *uptr, int32 flag, char *cptr); /* attach help */
void *help_ctx; /* Context available to help routines */
};
/* Device flags */