|
@@ -250,7 +250,7 @@ implementation
|
|
|
secondpass(left);
|
|
|
secondpass(right);
|
|
|
|
|
|
- if is_64bitint(left.resultdef) then
|
|
|
+ if is_64bit(left.resultdef) then
|
|
|
begin
|
|
|
hlcg.location_force_reg(current_asmdata.CurrAsmList,left.location,
|
|
|
left.resultdef,left.resultdef,true);
|