소스 검색

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