mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-18 09:49:17 +02:00
* fixed mm register parameters which were messed up by a previous commit
* fixed duplicate ie number git-svn-id: trunk@3125 -
This commit is contained in:
parent
d904a04d3b
commit
9da293678e
@ -1700,7 +1700,7 @@ implementation
|
||||
toaddr :
|
||||
mangledname:='$'+tostr(addroffset);
|
||||
else
|
||||
internalerror(200411061);
|
||||
internalerror(200411062);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
@ -390,9 +390,9 @@ unit cpupara;
|
||||
begin
|
||||
{ winx64 uses different registers }
|
||||
if ((target_info.system=system_x86_64_win64) and
|
||||
(intparareg>high(parammsupregs_winx64))) or
|
||||
(mmparareg>high(parammsupregs_winx64))) or
|
||||
((target_info.system<>system_x86_64_win64) and
|
||||
(intparareg>high(parammsupregs))) then
|
||||
(mmparareg>high(parammsupregs))) then
|
||||
loc[locidx]:=LOC_REFERENCE;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user