mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-20 16:26:40 +02:00
* the length of a sequence loading a constant in a register is properly set
* register contents are fully cleared in clearregcontentsfrom() git-svn-id: trunk@3654 -
This commit is contained in:
parent
c0f805ae6d
commit
a854918f9a
@ -870,6 +870,8 @@ begin
|
||||
begin
|
||||
typ := con_unknown;
|
||||
memwrite := nil;
|
||||
startmod := nil;
|
||||
nrofmods := 0;
|
||||
end;
|
||||
end;
|
||||
getNextInstruction(p,p);
|
||||
|
@ -2566,6 +2566,7 @@ begin
|
||||
DestroyReg(curprop, tmpsupreg, true);
|
||||
typ := Con_Const;
|
||||
StartMod := p;
|
||||
nrOfMods := 1;
|
||||
end
|
||||
end;
|
||||
top_ref:
|
||||
|
Loading…
Reference in New Issue
Block a user