* adapted instruction string length so all instructions fit

git-svn-id: trunk@14704 -
This commit is contained in:
florian 2010-01-17 12:30:02 +00:00
parent 5acf377e31
commit e89f193bdd

View File

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