Bläddra i källkod

patched problem with iterative compilation from ActiveCells

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@6644 8c9fc860-2736-0410-a75d-ab315db34111
felixf 9 år sedan
förälder
incheckning
593f9317f9
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      source/FoxARMBackend.Mod

+ 1 - 1
source/FoxARMBackend.Mod

@@ -3342,7 +3342,7 @@ TYPE
 			 		in := module.allSections.GetSection(i);
 		 			Basic.SegmentedNameToString(in.name, name);
 
-			 		IF (in.type # Sections.InlineCodeSection) & (in(IntermediateCode.Section).resolved = NIL) THEN
+			 		IF (in.type # Sections.InlineCodeSection) (*& (in(IntermediateCode.Section).resolved = NIL) *) THEN
 				 		out := ResolvedSection(in(IntermediateCode.Section));
 				 		cg.Section(in(IntermediateCode.Section),out);
 			 		END