mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 02:30:48 +02:00
* mention modified registers in assembler block
* prevent writes beyond the end of the record git-svn-id: trunk@31956 -
This commit is contained in:
parent
bfc85a73bd
commit
e15c969cbc
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user