diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-01-04 18:33:12 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-01-04 18:33:12 (GMT) |
commit | 639a993fd7400f95eb09ec69d89f227ef41b2865 (patch) | |
tree | eafdac2dce4c63e95a6d82542968736e9e1231c6 /src/format | |
parent | 0f571c20444dbb5d8d8d0fa46a69b31cb89f9583 (diff) |
Disabled lots of debug messages and fixed some symbols related bugs.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@447 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/format')
-rw-r--r-- | src/format/symbol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/format/symbol.h b/src/format/symbol.h index 76bf46b..ac1ff0d 100644 --- a/src/format/symbol.h +++ b/src/format/symbol.h @@ -30,6 +30,7 @@ #include "../analysis/routine.h" #include "../analysis/db/items/comment.h" +#include "../arch/instruction.h" |