Quellcode durchsuchen

* fixed typo that broke non-i386 compilation after r8603

git-svn-id: trunk@8609 -
Jonas Maebe vor 18 Jahren
Ursprung
Commit
b79e4ff3f0
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      compiler/ncal.pas

+ 1 - 1
compiler/ncal.pas

@@ -2520,7 +2520,7 @@ implementation
                             if (hpcurr.parasym.paraloc[callerside].location^.reference.offset>hp.parasym.paraloc[callerside].location^.reference.offset) then
                             if (hpcurr.parasym.paraloc[callerside].location^.reference.offset>hp.parasym.paraloc[callerside].location^.reference.offset) then
 {$else i386}
 {$else i386}
                             if (hpcurr.registersint>hp.registersint) or
                             if (hpcurr.registersint>hp.registersint) or
-                               (node_complexity(hpcurr)<node_complexity(hp))
+                               (node_complexity(hpcurr)<node_complexity(hp)) then
 {$endif i386}
 {$endif i386}
                               break;
                               break;
                           end;
                           end;