diff options
Diffstat (limited to 'runtime/common_throws.cc')
-rw-r--r-- | runtime/common_throws.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/common_throws.cc b/runtime/common_throws.cc index 0dc07231b6..62788b14ea 100644 --- a/runtime/common_throws.cc +++ b/runtime/common_throws.cc @@ -717,7 +717,7 @@ void ThrowNullPointerExceptionFromDexPC(bool check_address, uintptr_t addr) { << instr.DumpString(dex_file) << " in " << method->PrettyMethod(); - break; + UNREACHABLE(); } } } |