summaryrefslogtreecommitdiffstats
path: root/vm/compiler/codegen/arm/armv5te/ArchVariant.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm/compiler/codegen/arm/armv5te/ArchVariant.h')
-rw-r--r--vm/compiler/codegen/arm/armv5te/ArchVariant.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm/compiler/codegen/arm/armv5te/ArchVariant.h b/vm/compiler/codegen/arm/armv5te/ArchVariant.h
index 4cc4fa643..07a1c8ccc 100644
--- a/vm/compiler/codegen/arm/armv5te/ArchVariant.h
+++ b/vm/compiler/codegen/arm/armv5te/ArchVariant.h
@@ -19,7 +19,7 @@
/* Create the TemplateOpcode enum */
#define JIT_TEMPLATE(X) TEMPLATE_##X,
-typedef enum {
+enum TemplateOpcode {
#include "../../../template/armv5te/TemplateOpList.h"
/*
* For example,
@@ -28,7 +28,7 @@ typedef enum {
* ...
*/
TEMPLATE_LAST_MARK,
-} TemplateOpcode;
+};
#undef JIT_TEMPLATE
#endif /* _DALVIK_VM_COMPILER_CODEGEN_ARM_ARMV5TE_ARCHVARIANT_H */