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:
Mark Pizzolato 2021-08-01 19:02:10 -07:00
parent 77d7df7a56
commit 30401fc155

View file

@ -194,7 +194,7 @@ DEVICE vt_dev = {
NULL, NULL, &vt_reset, NULL, NULL, &vt_reset,
&vt_boot, NULL, NULL, &vt_boot, NULL, NULL,
&vt_dib, DEV_DIS | DEV_DISABLE | DEV_UBUS | DEV_Q18 | DEV_DEBUG, &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 &vt_description
}; };