summaryrefslogtreecommitdiff
path: root/src/format/mangling/context-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-08-01 12:25:05 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-08-01 12:25:05 (GMT)
commit8725bd7f911369b04a507040256bf889517b377e (patch)
tree4c40501c0e5163ba5fb30207631f845ff8899df3 /src/format/mangling/context-int.h
parent290f48b2c2008a3479cd1585eb04b89c5744f034 (diff)
Updated Itanium demangling by using the new contexts.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@177 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/format/mangling/context-int.h')
-rw-r--r--src/format/mangling/context-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/format/mangling/context-int.h b/src/format/mangling/context-int.h
index e8e6ec0..ba4a1a9 100644
--- a/src/format/mangling/context-int.h
+++ b/src/format/mangling/context-int.h
@@ -36,6 +36,7 @@ struct _GDemanglingContext
union
{
+ GBinRoutine *routine; /* Routine décodée */
GOpenidaType *type; /* Type décodé */
};