aboutsummaryrefslogtreecommitdiffhomepage
path: root/c.h
diff options
context:
space:
mode:
Diffstat (limited to 'c.h')
-rw-r--r--c.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/c.h b/c.h
index 3b301a3..fa47bca 100644
--- a/c.h
+++ b/c.h
@@ -43,8 +43,7 @@ struct expr {
};
struct init {
- uint nzero;
- struct bitset *zero; /* bytes to zero out */
+ struct bitset zero[1]; /* bytes to zero out up to 64 */
struct initval {
struct initval *next;
uint off;