mirror of
https://github.com/open-simh/simh.git
synced 2026-05-05 23:54:03 +00:00
PDP11, VAX: Better support for various positioning operations which different OS drivers use. Fix to properly record/tolerate skip n records reaching a tape mark. Fix to #139
This commit is contained in:
@@ -637,6 +637,7 @@ struct sim_brktab {
|
||||
struct sim_debtab {
|
||||
char *name; /* control name */
|
||||
uint32 mask; /* control bit */
|
||||
char *desc; /* description */
|
||||
};
|
||||
|
||||
#define DEBUG_PRS(d) (sim_deb && d.dctrl)
|
||||
|
||||
Reference in New Issue
Block a user