Просмотр исходного кода

* adapted instruction string length so all instructions fit

git-svn-id: trunk@14704 -
florian 15 лет назад
Родитель
Сommit
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;