mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 03:46:10 +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';
|
result:=result+'ms';
|
||||||
R_SUBMMWHOLE:
|
R_SUBMMWHOLE:
|
||||||
result:=result+'ma';
|
result:=result+'ma';
|
||||||
|
R_SUBMMX:
|
||||||
|
result:=result+'mx';
|
||||||
|
R_SUBMMY:
|
||||||
|
result:=result+'my';
|
||||||
else
|
else
|
||||||
internalerror(200308252);
|
internalerror(200308252);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user