mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 21:07:58 +02:00
* adapted instruction string length so all instructions fit
git-svn-id: trunk@14704 -
This commit is contained in:
parent
5acf377e31
commit
e89f193bdd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user