aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/symbol.h
diff options
context:
space:
mode:
Diffstat (limited to 'symbol.h')
-rw-r--r--symbol.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/symbol.h b/symbol.h
index c2b60ce9..3ec68e2e 100644
--- a/symbol.h
+++ b/symbol.h
@@ -206,9 +206,10 @@ struct symbol {
union /* backend */ {
struct basic_block *bb_target; /* label */
void *aux; /* Auxiliary info, e.g. backend information */
- struct { /* sparse ctags */
- char kind;
+ struct {
+ char kind; /* used by ctags & dissect */
unsigned char visited:1;
+ unsigned char inspected:1;
};
};
pseudo_t pseudo;