* rex is x86_64 only

git-svn-id: trunk@3078 -
This commit is contained in:
peter 2006-03-30 06:21:38 +00:00
parent 0845e7c217
commit 583668896a

View File

@ -1835,9 +1835,11 @@ implementation
inc(len); inc(len);
214 : 214 :
begin begin
{$ifdef x86_64}
if rex=0 then if rex=0 then
inc(len); inc(len);
rex:=rex or $48; rex:=rex or $48;
{$endif x86_64}
end; end;
200, 200,
201, 201,