* use 64 bit code page in tppcshlshrnode.pass_generate_code for all 64 bit types,

resolves #33582

git-svn-id: trunk@43795 -
This commit is contained in:
florian 2019-12-25 22:11:31 +00:00
parent 051b9840a5
commit ccf409c8a0

View File

@ -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);