Browse Source

Use rmipsgas.inc file for gas register names

git-svn-id: trunk@20226 -
pierre 13 years ago
parent
commit
cf6590cc0e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/mips/itcpugas.pas

+ 1 - 1
compiler/mips/itcpugas.pas

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