ref: 6c49e45d28d7615e701bd6525db7acdfbf32bd08
parent: 68036de468386ebd902f3341f006ac5e560d0740
author: Roberto E. Vargas Caballero <[email protected]>
date: Tue Apr 26 16:00:29 EDT 2016
[cc2] change sym->u.ilabel to sym->inst
--- a/cc2/cc2.h
+++ b/cc2/cc2.h
@@ -139,7 +139,7 @@
union {
TSIZE off;
Node *stmt;
- Inst *ilabel;
+ Inst *inst;
} u;
Symbol *next;
Symbol *h_next;