From bba04e2e22eaa4c41096c65add9d540adf1e530c Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 11 Jun 2016 08:43:31 -0700 Subject: 3044 --- 036refcount.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/036refcount.cc b/036refcount.cc index aea51b6f..bd5dccfd 100644 --- a/036refcount.cc +++ b/036refcount.cc @@ -313,6 +313,7 @@ void append_addresses(int base_offset, const type_tree* type, vectorname == "address"); + assert(type->right->name != "array"); return size_of(type->right) + /*refcount*/1; } -- cgit 1.4.1-2-gfad0 put type='hidden' name='id' value='90db2e54b0150d92e29b939d3cc89ff9c5dd39d4'/> mirror of ~rjarry's aerc fork - a pretty good email clientakspecs <akspecs@tilde.institute>
summary refs log blame commit diff stats
blob: a84cdf5559b74a1cf219bae46670d0721a8e545d (plain) (tree)
1
2
3
4
5
6
7
8
9