1 Commits (d66d6e5a14bed489a4cc655d9ad2ba76b4a0ff0d)

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