Sfoglia il codice sorgente

set_source_info behind defines

Kirill Kranz 1 anno fa
parent
commit
a6eeaf2c72
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      compiler/systems/i_ps1.pas

+ 4 - 0
compiler/systems/i_ps1.pas

@@ -101,7 +101,11 @@ unit i_ps1;
 
 initialization
 
+{$IFDEF CPUMIPSEL}
+  {$IFDEF PS1}
     set_source_info(system_mipsel_ps1_info);
+  {$ENDIF}
+{$ENDIF}
 
 end.