Procházet zdrojové kódy

+ Fixed ifdef NOAG386BIN bug

michael před 26 roky
rodič
revize
5f30aacb93
1 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. 6 1
      compiler/cpubase.pas

+ 6 - 1
compiler/cpubase.pas

@@ -1077,14 +1077,19 @@ end;
 procedure InitCpu;
 procedure InitCpu;
 
 
 begin
 begin
+{$ifndef NOAG386BIN}
   if not assigned(instabcache) then
   if not assigned(instabcache) then
     BuildInsTabCache;
     BuildInsTabCache;
+{$endif NOAG386BIN}
 end;
 end;
 
 
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.8  1999-08-19 13:02:10  pierre
+  Revision 1.9  1999-08-19 20:05:09  michael
+  + Fixed ifdef NOAG386BIN bug
+
+  Revision 1.8  1999/08/19 13:02:10  pierre
     + label faillabel added for _FAIL support
     + label faillabel added for _FAIL support
 
 
   Revision 1.7  1999/08/18 13:26:23  jonas
   Revision 1.7  1999/08/18 13:26:23  jonas