* 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:
Jonas Maebe 2006-05-24 14:38:35 +00:00
parent c0f805ae6d
commit a854918f9a
2 changed files with 3 additions and 0 deletions

View File

@ -870,6 +870,8 @@ begin
begin
typ := con_unknown;
memwrite := nil;
startmod := nil;
nrofmods := 0;
end;
end;
getNextInstruction(p,p);

View File

@ -2566,6 +2566,7 @@ begin
DestroyReg(curprop, tmpsupreg, true);
typ := Con_Const;
StartMod := p;
nrOfMods := 1;
end
end;
top_ref: