mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 05:49:12 +02:00
* fixed handling of code 214
git-svn-id: trunk@3075 -
This commit is contained in:
parent
b215196734
commit
8ba4fcaad9
@ -1831,9 +1831,14 @@ implementation
|
|||||||
{$endif x86_64}
|
{$endif x86_64}
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
212,
|
212 :
|
||||||
214 :
|
|
||||||
inc(len);
|
inc(len);
|
||||||
|
214 :
|
||||||
|
begin
|
||||||
|
if rex=0 then
|
||||||
|
inc(len);
|
||||||
|
rex:=rex or $48;
|
||||||
|
end;
|
||||||
200,
|
200,
|
||||||
201,
|
201,
|
||||||
202,
|
202,
|
||||||
@ -2240,8 +2245,6 @@ implementation
|
|||||||
{$ifndef x86_64}
|
{$ifndef x86_64}
|
||||||
Message(asmw_e_64bit_not_supported);
|
Message(asmw_e_64bit_not_supported);
|
||||||
{$endif x86_64}
|
{$endif x86_64}
|
||||||
bytes[0]:=$48;
|
|
||||||
objdata.writebytes(bytes,1);
|
|
||||||
end;
|
end;
|
||||||
219 :
|
219 :
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user