; Patch to SYS:ATTACH.LIT version 1.0(105), AMOS/L version 1.1A(68)
;
; This patch corrects a problem whereby ATTACH generated address errors
; when the user attempted to attach to a job in a different project.
;
; Source: David F. Pallmann, L.M.S. Technical Services, Inc.
;

       COPY    PATCH

       OHASH   645,453,506,025
       NHASH   151,740,305,700

       .=444
       MOV     70(A4),A6

       .=456
       MOV     70(A4),A6

       .=1176
       JOBIDX  A4
       RTN

       END