* better throw an internalerror in TAoptBase.RegLoadedWithNewValue instead of trying to make a safe approximation

git-svn-id: trunk@33002 -
This commit is contained in:
florian 2016-01-24 16:24:45 +00:00
parent 1cb91cc7bb
commit 5aabe71aee

View File

@ -293,8 +293,7 @@ unit aoptbase;
function TAoptBase.RegLoadedWithNewValue(reg : tregister; hp : tai) : boolean;
begin
{ save approximation }
Result:=true;
internalerror(2016012401);
end;