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 aee7447faf..ac83601fc0 100644 --- a/runtime/instruction_set.h +++ b/runtime/instruction_set.h @@ -29,6 +29,7 @@ enum InstructionSet { kArm, kThumb2, kX86, + kX86_64, kMips }; |