mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-15 12:30:17 +01:00
* use the 64 bit path in tSparcmoddivnode.pass_generate_code for all 64 bit types (including currency) on sparc64
git-svn-id: trunk@36736 -
This commit is contained in:
parent
9e1dd6d9b5
commit
ac894831e4
@ -105,7 +105,7 @@ implementation
|
|||||||
numerator := left.location.register;
|
numerator := left.location.register;
|
||||||
resultreg := location.register;
|
resultreg := location.register;
|
||||||
|
|
||||||
if is_64bitint(resultdef) then
|
if is_64bit(resultdef) then
|
||||||
begin
|
begin
|
||||||
if (nodetype = divn) and
|
if (nodetype = divn) and
|
||||||
(right.nodetype = ordconstn) and
|
(right.nodetype = ordconstn) and
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user