diff options
Diffstat (limited to 'runtime/instruction_set.h')
-rw-r--r-- | runtime/instruction_set.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/instruction_set.h b/runtime/instruction_set.h index ac83601fc0..cbc991273d 100644 --- a/runtime/instruction_set.h +++ b/runtime/instruction_set.h @@ -27,6 +27,7 @@ namespace art { enum InstructionSet { kNone, kArm, + kArm64, kThumb2, kX86, kX86_64, |