Procházet zdrojové kódy

* adapted instruction string length so all instructions fit

git-svn-id: trunk@14704 -
florian před 15 roky
rodič
revize
e89f193bdd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;