mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 01:38:07 +02:00
* compilation on 32 bit sparc fixed
git-svn-id: trunk@36660 -
This commit is contained in:
parent
c8c14d8db9
commit
1f4d6e8a4d
@ -31,7 +31,9 @@ interface
|
||||
type
|
||||
tSparcmoddivnode = class(tmoddivnode)
|
||||
procedure pass_generate_code;override;
|
||||
{$ifdef SPARC64}
|
||||
function use_moddiv64bitint_helper : boolean; override;
|
||||
{$endif SPARC64}
|
||||
end;
|
||||
|
||||
tSparcshlshrnode = class(tcgshlshrnode)
|
||||
|
Loading…
Reference in New Issue
Block a user