浏览代码

* adapted instruction string length so all instructions fit

git-svn-id: trunk@14704 -
florian 15 年之前
父节点
当前提交
e89f193bdd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/mips/itcpugas.pas

+ 1 - 1
compiler/mips/itcpugas.pas

@@ -29,7 +29,7 @@ uses
   cpubase, cgbase;
 
 const
-  gas_op2str: array[tasmop] of string[14] = ({$INCLUDE strinst.inc});
+  gas_op2str: array[tasmop] of string[15] = ({$INCLUDE strinst.inc});
 
 function gas_regnum_search(const s: string): Tregister;
 function gas_regname(r: Tregister): string;