summaryrefslogtreecommitdiff
path: root/src/arch/dalvik/opdefs/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-02-10 12:09:38 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-02-10 12:09:38 (GMT)
commitdbd5e7fdfd43fba609fce3fafdcd38d704554d99 (patch)
tree5811a602d34993598eeea5ea56b1efc3b93f9c63 /src/arch/dalvik/opdefs/Makefile.am
parent465488d5b231c2552116a305c48b5fcccea55a09 (diff)
Included indications to load the proper pool constants in Dalvik operands.
Diffstat (limited to 'src/arch/dalvik/opdefs/Makefile.am')
-rw-r--r--src/arch/dalvik/opdefs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/dalvik/opdefs/Makefile.am b/src/arch/dalvik/opdefs/Makefile.am
index 115f75c..eebf04e 100644
--- a/src/arch/dalvik/opdefs/Makefile.am
+++ b/src/arch/dalvik/opdefs/Makefile.am
@@ -19,8 +19,8 @@ D2C_ENCODINGS = \
FIXED_C_INCLUDES = \
\n\#include \<stdint.h\> \
\n \
+ \n\#include \"..\/helpers.h\" \
\n\#include \"..\/instruction.h\" \
- \n\#include \"..\/operand.h\" \
\n\#include \"..\/processor.h\" \
\n\#include \"..\/..\/context.h\" \
\n\#include \"..\/..\/..\/analysis\/content.h\" \