mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 23:20:29 +02:00
* 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:
parent
1cb91cc7bb
commit
5aabe71aee
@ -293,8 +293,7 @@ unit aoptbase;
|
||||
|
||||
function TAoptBase.RegLoadedWithNewValue(reg : tregister; hp : tai) : boolean;
|
||||
begin
|
||||
{ save approximation }
|
||||
Result:=true;
|
||||
internalerror(2016012401);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user