Browse Source

set_source_info behind defines

Kirill Kranz 10 months ago
parent
commit
a6eeaf2c72
1 changed files with 4 additions and 0 deletions
  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.