Changed an assertion that was no longer valid
This commit is contained in:
parent
921b3ed5f1
commit
b5dc37b50a
@ -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…
x
Reference in New Issue
Block a user