; Replace the call to CLI$DCL_PARSE in FINGER with ; an identical call to KLUDGE_CLI$DCL_PARSE .ENTRY KLUDGE_CLI$DCL_PARSE,^M MOVAB -100(SP), SP ; Leave plenty of space for DCL to wreck movl ap, r0 CALLG (r0), CLI$DCL_PARSE RET .END