mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 00:09:26 +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;
|
function TAoptBase.RegLoadedWithNewValue(reg : tregister; hp : tai) : boolean;
|
||||||
begin
|
begin
|
||||||
{ save approximation }
|
internalerror(2016012401);
|
||||||
Result:=true;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user