Added code to fix '() according to #F = '() or #F != '().
authorStephen Adams <edu/mit/csail/zurich/adams>
Wed, 26 Jul 1995 23:23:38 +0000 (23:23 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Wed, 26 Jul 1995 23:23:38 +0000 (23:23 +0000)
v7/src/microcode/fasload.c

index 918506c61ab518c19be2031d0e8f3c5324557b9e..09bccefcbfe51807a877aa07afb1a0f46d351f08 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: fasload.c,v 9.80 1994/01/08 17:05:00 gjr Exp $
+$Id: fasload.c,v 9.81 1995/07/26 23:23:38 adams Exp $
 
 Copyright (c) 1987-1994 Massachusetts Institute of Technology
 
@@ -448,6 +448,8 @@ DEFUN (Relocate_Block, (Scan, Stop_At),
       case TC_BROKEN_HEART:
       case TC_MANIFEST_SPECIAL_NM_VECTOR:
       case_Fasload_Non_Pointer:
+       if (Temp == EMPTY_LIST_VALUE)
+         * Scan = EMPTY_LIST;
         Scan += 1;
        break;