1 02/20/85  resolve_linkage_error, rle
 2 
 3 Syntax as a command:  rle virtual_pointer
 4 
 5 
 6 Function: satisfies the linkage fault taken when a process encounters
 7 a linkage error by locating the virtual pointer specified as an
 8 argument and patching the linkage information of the process.  When you
 9 issue the start command, the process continues as if the original
10 linkage fault had located the specified virtual pointer.
11 
12 
13 Arguments:
14 virtual_pointer
15    is a virtual pointer specifier (see virtual_pointers.gi).
16 
17 
18 Notes: The program locates the virtual pointer specified as an
19 argument and patches the linkage information of the process so that
20 when the start command is issued the process continues as if the
21 original linkage fault had located the specified virtual pointer.