|
@@ -398,6 +398,7 @@ implementation
|
|
hreg64hi:=left.location.register64.reghi;
|
|
hreg64hi:=left.location.register64.reghi;
|
|
hreg64lo:=left.location.register64.reglo;
|
|
hreg64lo:=left.location.register64.reglo;
|
|
|
|
|
|
|
|
+ v:=0;
|
|
if right.nodetype=ordconstn then
|
|
if right.nodetype=ordconstn then
|
|
v:=Tordconstnode(right).value and 63;
|
|
v:=Tordconstnode(right).value and 63;
|
|
|
|
|