Index: src/CodeTools/ResolvProtoDump.cc
===================================================================
--- src/CodeTools/ResolvProtoDump.cc	(revision 68fe946e006a1a1e8a3f5cf67cb63ea8c6d9550c)
+++ src/CodeTools/ResolvProtoDump.cc	(revision fc134a48a40512fa2957765975077ee1bb642ba2)
@@ -304,5 +304,8 @@
 
 			// replace enums with int
-			void previsit( EnumInstType* ) { ss << (int)BasicType::SignedInt; }
+			void previsit( EnumInstType* ) { 
+				// TODO: add the meaningful representation of typed int
+				ss << (int)BasicType::SignedInt; 
+			}
 
 			void previsit( TypeInstType* vt ) {
