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