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:
|
default:
|
||||||
assert(FALSE);
|
assert(FALSE);
|
||||||
case IN_COPY:
|
case IN_COPY:
|
||||||
assert(inp->in_info[0]==1);
|
assert(inp->in_info[0]<=1);
|
||||||
#if MAXMEMBERS!=0
|
#if MAXMEMBERS!=0
|
||||||
if (inp->in_info[1]==0)
|
if (inp->in_info[1]==0)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue