Closed orbitcowboy closed 10 years ago
Please take a look at following assert statement from gen.c, line 827:
assert(p && p->sclass == REGISTER && p->sclass == REGISTER && p->x.regnode);
The statement p->sclass == REGISTER appears twice, which looks like a copy&paste error to me.
p->sclass == REGISTER
Best regards and many thanks for taking a look at this issue.
Martin Ettl
Fixed. Thanks.
Please take a look at following assert statement from gen.c, line 827:
The statement
p->sclass == REGISTER
appears twice, which looks like a copy&paste error to me.Best regards and many thanks for taking a look at this issue.
Martin Ettl