diff options
Diffstat (limited to 'vm/compiler/codegen/armv5te/armv5te-vfp/ArchVariant.c')
-rw-r--r-- | vm/compiler/codegen/armv5te/armv5te-vfp/ArchVariant.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vm/compiler/codegen/armv5te/armv5te-vfp/ArchVariant.c b/vm/compiler/codegen/armv5te/armv5te-vfp/ArchVariant.c index 4c978979e..583cf00d2 100644 --- a/vm/compiler/codegen/armv5te/armv5te-vfp/ArchVariant.c +++ b/vm/compiler/codegen/armv5te/armv5te-vfp/ArchVariant.c @@ -22,6 +22,15 @@ #define USE_IN_CACHE_HANDLER 1 /* + * Determine the initial instruction set to be used for this trace. + * Later components may decide to change this. + */ +JitInstructionSetType dvmCompilerInstructionSet(CompilationUnit *cUnit) +{ + return DALVIK_JIT_THUMB; +} + +/* * Jump to the out-of-line handler in ARM mode to finish executing the * remaining of more complex instructions. */ |