浏览代码

Use rmipsgas.inc file for gas register names

git-svn-id: trunk@20226 -
pierre 13 年之前
父节点
当前提交
cf6590cc0e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 = (