mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 19:29:09 +02:00
* generate different internal errors in taicpu.op_ref
git-svn-id: branches/wasm@48077 -
This commit is contained in:
parent
67cea74ec6
commit
0f3fef31f3
@ -203,7 +203,7 @@ implementation
|
|||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
if (_op1.base<>NR_NO) or (_op1.index<>NR_NO) then
|
if (_op1.base<>NR_NO) or (_op1.index<>NR_NO) then
|
||||||
internalerror(2021010201);
|
internalerror(2021010202);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user