mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 03:46:10 +02:00
Use rmipsgas.inc file for gas register names
git-svn-id: trunk@20226 -
This commit is contained in:
parent
936c78eef1
commit
cf6590cc0e
@ -42,7 +42,7 @@ uses
|
|||||||
|
|
||||||
const
|
const
|
||||||
gas_regname_table: array[tregisterindex] of string[7] = (
|
gas_regname_table: array[tregisterindex] of string[7] = (
|
||||||
{$i rmipsstd.inc}
|
{$i rmipsgas.inc}
|
||||||
);
|
);
|
||||||
|
|
||||||
gas_regname_index: array[tregisterindex] of tregisterindex = (
|
gas_regname_index: array[tregisterindex] of tregisterindex = (
|
||||||
|
Loading…
Reference in New Issue
Block a user