aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir/ir.h
diff options
context:
space:
mode:
Diffstat (limited to 'ir/ir.h')
-rw-r--r--ir/ir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ir/ir.h b/ir/ir.h
index ad22eb9..6e8ae88 100644
--- a/ir/ir.h
+++ b/ir/ir.h
@@ -162,7 +162,7 @@ enum {
FNDOM = 1<<3,
};
struct function {
- struct arena **arena;
+ struct arena **arena, **passarena;
internstr name;
struct block *entry, *curblk;
struct use *use;