aboutsummaryrefslogtreecommitdiff
path: root/vm/compiler/codegen/arm/ArchUtility.c
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2010-06-22 11:01:20 -0700
committerAndy McFadden <fadden@android.com>2010-06-22 11:03:03 -0700
commitc6b25c79a4ec5cc83e2bc14af24e8eabad931743 (patch)
treef364d98b92b9ddd01806ffa5836ef5d63a87989e /vm/compiler/codegen/arm/ArchUtility.c
parent45a82a133c0f8d91bce6621be1ea2f4818e8e340 (diff)
Relocate OpCodeNames.[ch].
The JIT was pulling it out of the dexdump directory, which is Just Plain Wrong[tm]. Now it's part of libdex, for all to enjoy. Change-Id: Ic1e4c981eb2d70ccc3c841ceb5a54f4f77af2008
Diffstat (limited to 'vm/compiler/codegen/arm/ArchUtility.c')
-rw-r--r--vm/compiler/codegen/arm/ArchUtility.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/compiler/codegen/arm/ArchUtility.c b/vm/compiler/codegen/arm/ArchUtility.c
index 31e7c0b23..4e0df2884 100644
--- a/vm/compiler/codegen/arm/ArchUtility.c
+++ b/vm/compiler/codegen/arm/ArchUtility.c
@@ -15,7 +15,7 @@
*/
#include "../../CompilerInternals.h"
-#include "dexdump/OpCodeNames.h"
+#include "libdex/OpCodeNames.h"
#include "ArmLIR.h"
/* Decode and print a ARM register name */