mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 08:49:38 +02:00
* added missing begin/end
git-svn-id: trunk@10260 -
This commit is contained in:
parent
3b6e5bd6af
commit
058e3762aa
@ -193,13 +193,15 @@ begin
|
||||
tmpRef.base := NR_EDI;
|
||||
tmpRef.index := NR_EDI;
|
||||
for regCounter := RS_EAX to RS_EDI do
|
||||
if writeToMemDestroysContents(RS_INVALID,tmpRef,regCounter,OS_32,c[regCounter],dummy) then
|
||||
begin
|
||||
exclude(regsStillValid,regCounter);
|
||||
modifiesConflictingMemLocation := not(supreg in regsStillValid);
|
||||
end;
|
||||
if (regcounter = supreg) then
|
||||
invalsmemwrite := invalsmemwrite or dummy;
|
||||
begin
|
||||
if writeToMemDestroysContents(RS_INVALID,tmpRef,regCounter,OS_32,c[regCounter],dummy) then
|
||||
begin
|
||||
exclude(regsStillValid,regCounter);
|
||||
modifiesConflictingMemLocation := not(supreg in regsStillValid);
|
||||
end;
|
||||
if (regcounter = supreg) then
|
||||
invalsmemwrite := invalsmemwrite or dummy;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user