summaryrefslogtreecommitdiff
path: root/runtime/quick_exception_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/quick_exception_handler.h')
-rw-r--r--runtime/quick_exception_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/quick_exception_handler.h b/runtime/quick_exception_handler.h
index f3ce6241de..39462e55b4 100644
--- a/runtime/quick_exception_handler.h
+++ b/runtime/quick_exception_handler.h
@@ -110,7 +110,7 @@ class QuickExceptionHandler {
}
void SetHandlerDexPcList(std::vector<uint32_t>&& handler_dex_pc_list) {
- handler_dex_pc_list_ = handler_dex_pc_list;
+ handler_dex_pc_list_ = std::move(handler_dex_pc_list);
}
uint32_t GetCatchStackMapRow() const {