mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 16:40:28 +02:00
* fixed names, returned by std_regname for ymm registers
git-svn-id: trunk@35997 -
This commit is contained in:
parent
a9617b623f
commit
8926adbab5
@ -561,7 +561,8 @@ implementation
|
||||
var
|
||||
p : tregisterindex;
|
||||
begin
|
||||
if getregtype(r) in [R_MMREGISTER,R_MMXREGISTER] then
|
||||
if (getregtype(r)=R_MMXREGISTER) or
|
||||
((getregtype(r)=R_MMREGISTER) and not(getsubreg(r) in [R_SUBMMX,R_SUBMMY])) then
|
||||
r:=newreg(getregtype(r),getsupreg(r),R_SUBNONE);
|
||||
p:=findreg_by_number(r);
|
||||
if p<>0 then
|
||||
|
Loading…
Reference in New Issue
Block a user