diff options
Diffstat (limited to 'compiler/dex/quick/codegen_util.cc')
-rw-r--r-- | compiler/dex/quick/codegen_util.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/dex/quick/codegen_util.cc b/compiler/dex/quick/codegen_util.cc index fbf8a0cc5b..784dfaf96a 100644 --- a/compiler/dex/quick/codegen_util.cc +++ b/compiler/dex/quick/codegen_util.cc @@ -497,6 +497,7 @@ void Mir2Lir::InstallSwitchTables() { case kX86_64: bx_offset = 0; break; + case kArm64: case kMips: bx_offset = tab_rec->anchor->offset; break; |