* mention modified registers in assembler block

* prevent writes beyond the end of the record

git-svn-id: trunk@31956 -
This commit is contained in:
Jonas Maebe 2015-10-05 21:17:41 +00:00
parent bfc85a73bd
commit e15c969cbc

View File

@ -8,6 +8,7 @@ const
type
trec=record
a,b : longint;
c: longint;
end;
var
@ -27,5 +28,5 @@ begin
mov fs:[0468+trec.b],eax
mov fs:[046ch],eax
{$endif}
end;
end ['eax','esi'];
end.