1 Commits (81f7b16af5f9e84d22d85e7a947a40594fd2c785)

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