diff options
Diffstat (limited to 'vm/compiler/codegen/arm/armv5te-vfp/ArchVariant.h')
-rw-r--r-- | vm/compiler/codegen/arm/armv5te-vfp/ArchVariant.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vm/compiler/codegen/arm/armv5te-vfp/ArchVariant.h b/vm/compiler/codegen/arm/armv5te-vfp/ArchVariant.h index fa0121057..452f2a57d 100644 --- a/vm/compiler/codegen/arm/armv5te-vfp/ArchVariant.h +++ b/vm/compiler/codegen/arm/armv5te-vfp/ArchVariant.h @@ -19,7 +19,7 @@ /* Create the TemplateOpcode enum */ #define JIT_TEMPLATE(X) TEMPLATE_##X, -typedef enum { +enum TemplateOpcode { #include "../../../template/armv5te-vfp/TemplateOpList.h" /* * For example, @@ -28,7 +28,7 @@ typedef enum { * ... */ TEMPLATE_LAST_MARK, -} TemplateOpcode; +}; #undef JIT_TEMPLATE #endif /* _DALVIK_VM_COMPILER_CODEGEN_ARM_ARMV5TE_VFP_ARCHVARIANT_H */ |