* return correct reg_cgsize for int. registers on sparc64

git-svn-id: trunk@36996 -
This commit is contained in:
florian 2017-08-20 20:35:06 +00:00
parent eed63eed5c
commit c8e448345a

View File

@ -457,7 +457,7 @@ implementation
begin
case getregtype(reg) of
R_INTREGISTER :
result:=OS_32;
result:=OS_INT;
R_FPUREGISTER :
begin
if getsubreg(reg)=R_SUBFD then