mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 07:09:29 +02:00
+ support for R_SUBMMX and R_SUBMMY in generic_regname()
git-svn-id: trunk@25225 -
This commit is contained in:
parent
5c4abfa75a
commit
2ba22f666e
@ -624,6 +624,10 @@ implementation
|
||||
result:=result+'ms';
|
||||
R_SUBMMWHOLE:
|
||||
result:=result+'ma';
|
||||
R_SUBMMX:
|
||||
result:=result+'mx';
|
||||
R_SUBMMY:
|
||||
result:=result+'my';
|
||||
else
|
||||
internalerror(200308252);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user