Changed an assertion that was no longer valid
This commit is contained in:
parent
7dfb3c92ba
commit
2c29e9f07c
@ -368,7 +368,7 @@ instsize(tinstno,tp) token_p tp; {
|
||||
default:
|
||||
assert(FALSE);
|
||||
case IN_COPY:
|
||||
assert(inp->in_info[0]==1);
|
||||
assert(inp->in_info[0]<=1);
|
||||
#if MAXMEMBERS!=0
|
||||
if (inp->in_info[1]==0)
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user