diff options
| author | 2014-10-25 00:14:26 +0000 | |
|---|---|---|
| committer | 2014-10-25 00:14:26 +0000 | |
| commit | 3e3364e267117462894e0c3b7d9b413b25d28057 (patch) | |
| tree | b5f96ac99323be3e210156de8d97a61af7e1a19c /runtime/quick_exception_handler.h | |
| parent | c57a66d5aadfd682c63e34ec1b1f304260f8c333 (diff) | |
| parent | 2c4257be8191c5eefde744e8965fcefc80a0a97d (diff) | |
Merge "Tidy logging code not using UNIMPLEMENTED."
Diffstat (limited to 'runtime/quick_exception_handler.h')
| -rw-r--r-- | runtime/quick_exception_handler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/quick_exception_handler.h b/runtime/quick_exception_handler.h index b93769cb97..cf1ecbf29a 100644 --- a/runtime/quick_exception_handler.h +++ b/runtime/quick_exception_handler.h @@ -40,6 +40,7 @@ class QuickExceptionHandler { ~QuickExceptionHandler() { LOG(FATAL) << "UNREACHABLE"; // Expected to take long jump. + UNREACHABLE(); } void FindCatch(const ThrowLocation& throw_location, mirror::Throwable* exception, |