mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 21:47:16 +01:00
* fixed wrong check in r10432 causing an internalerror for ppc/ppc64
git-svn-id: trunk@10433 -
This commit is contained in:
parent
8f239d04b6
commit
7524d9f8ca
@ -384,7 +384,8 @@ implementation
|
||||
|
||||
{ when a setdef is passed, it has to be a smallset }
|
||||
if not is_smallset(left.resultdef) or
|
||||
not is_smallset(right.resultdef) then
|
||||
(not is_smallset(right.resultdef) and
|
||||
(right.nodetype<>setelementn)) then
|
||||
internalerror(200203301);
|
||||
|
||||
opdone := false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user