mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 23:30:37 +02:00
Fix aarch64 cycle after constant parser simplification change in rev 35229-35230
git-svn-id: trunk@35239 -
This commit is contained in:
parent
ab5b9982ee
commit
1b1fe68f92
@ -586,7 +586,7 @@ implementation
|
||||
begin
|
||||
{ if we load a value into a 32 bit register, it is automatically
|
||||
zero-extended to 64 bit }
|
||||
if (high(a)=0) and
|
||||
if (hi(a)=0) and
|
||||
(size in [OS_64,OS_S64]) then
|
||||
begin
|
||||
size:=OS_32;
|
||||
|
Loading…
Reference in New Issue
Block a user