Fix aarch64 cycle after constant parser simplification change in rev 35229-35230

git-svn-id: trunk@35239 -
This commit is contained in:
pierre 2017-01-05 13:41:44 +00:00
parent ab5b9982ee
commit 1b1fe68f92

View File

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