mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 15:30:43 +02:00
* 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:
parent
051b9840a5
commit
ccf409c8a0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user