2
0
Эх сурвалжийг харах

* Removed random call to "printnode" at internal error 2011010418

J. Gareth "Curious Kit" Moreton 2 долоо хоног өмнө
parent
commit
5d72473ca1
1 өөрчлөгдсөн 1 нэмэгдсэн , 4 устгасан
  1. 1 4
      compiler/hlcgobj.pas

+ 1 - 4
compiler/hlcgobj.pas

@@ -4577,10 +4577,7 @@ implementation
                      end;
 {$endif cpuflags}
                    else
-                     begin
-                       printnode(output,p);
-                       internalerror(2011010418);
-                     end;
+                     internalerror(2011010418);
                  end;
               end;
             location_reset_jump(p.location,truelabel,falselabel);