diff options
Diffstat (limited to 'vm/compiler/InlineTransformation.c')
-rw-r--r-- | vm/compiler/InlineTransformation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/compiler/InlineTransformation.c b/vm/compiler/InlineTransformation.c index 243d16bce..d67b1fb30 100644 --- a/vm/compiler/InlineTransformation.c +++ b/vm/compiler/InlineTransformation.c @@ -16,7 +16,7 @@ #include "Dalvik.h" #include "Dataflow.h" -#include "libdex/OpCodeNames.h" +#include "libdex/DexOpcodes.h" /* Convert the reg id from the callee to the original id passed by the caller */ static inline u4 convertRegId(const DecodedInstruction *invoke, |