Преглед на файлове

* 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;