commit 8ec7fbf712e7b396a36fdfffe6070e47ed7b00b1
Author:     Roberto E. Vargas Caballero <Roberto E. Vargas Caballero>
AuthorDate: Tue Apr 26 20:00:29 2016 +0200
Commit:     Roberto E. Vargas Caballero <Roberto E. Vargas Caballero>
CommitDate: Tue Apr 26 20:02:09 2016 +0200

    [cc2] change sym->u.ilabel to sym->inst

diff --git a/cc2/cc2.h b/cc2/cc2.h
index 39a952e..b79e6d2 100644
--- a/cc2/cc2.h
+++ b/cc2/cc2.h
@@ -139,7 +139,7 @@ struct symbol {
        union {
                TSIZE off;
                Node *stmt;
-               Inst *ilabel;
+               Inst *inst;
        } u;
        Symbol *next;
        Symbol *h_next;

Reply via email to