mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:29:29 +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
|
||||
gas_regname_table: array[tregisterindex] of string[7] = (
|
||||
{$i rmipsstd.inc}
|
||||
{$i rmipsgas.inc}
|
||||
);
|
||||
|
||||
gas_regname_index: array[tregisterindex] of tregisterindex = (
|
||||
|
Loading…
Reference in New Issue
Block a user