mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-06 05:47:14 +01: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;
|
cpubase, cgbase;
|
||||||
|
|
||||||
const
|
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_regnum_search(const s: string): Tregister;
|
||||||
function gas_regname(r: Tregister): string;
|
function gas_regname(r: Tregister): string;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user