PDP11: Fix VT help entry in DEVICE definition
Previously it was point at the DEVICE.help_attach than DEVICE.help.
This commit is contained in:
parent
77d7df7a56
commit
30401fc155
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ DEVICE vt_dev = {
|
|||
NULL, NULL, &vt_reset,
|
||||
&vt_boot, NULL, NULL,
|
||||
&vt_dib, DEV_DIS | DEV_DISABLE | DEV_UBUS | DEV_Q18 | DEV_DEBUG,
|
||||
0, vt_deb, NULL, NULL, NULL, &vt_help, NULL,
|
||||
0, vt_deb, NULL, NULL, &vt_help, NULL, NULL,
|
||||
&vt_description
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue