Bläddra i källkod

Use rmipsgas.inc file for gas register names

git-svn-id: trunk@20226 -
pierre 13 år sedan
förälder
incheckning
cf6590cc0e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      compiler/mips/itcpugas.pas

+ 1 - 1
compiler/mips/itcpugas.pas

@@ -42,7 +42,7 @@ uses
 
 
 const
 const
   gas_regname_table: array[tregisterindex] of string[7] = (
   gas_regname_table: array[tregisterindex] of string[7] = (
-        {$i rmipsstd.inc}
+        {$i rmipsgas.inc}
     );
     );
 
 
   gas_regname_index: array[tregisterindex] of tregisterindex = (
   gas_regname_index: array[tregisterindex] of tregisterindex = (