mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:09:33 +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
|
||||
begin
|
||||
if (_op1.base<>NR_NO) or (_op1.index<>NR_NO) then
|
||||
internalerror(2021010201);
|
||||
internalerror(2021010202);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user