mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-26 21:09:26 +02:00
* return correct reg_cgsize for int. registers on sparc64
git-svn-id: trunk@36996 -
This commit is contained in:
parent
eed63eed5c
commit
c8e448345a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user