1 Commits (b37815caf7f114f816d69b2ee9f97b1225c22797)

Author SHA1 Message Date
David Chisnall e87b5c1503 Remove an assertion that was useful in debugging, but not actually
correct.

Instance variables are not normally zero-sized, but some are.  Examples
include zero-length arrays at the end of a class, and bitfields.

Fixes #30
Fixes #31
9 years ago