diff options
Diffstat (limited to 'runtime/dex_instruction.cc')
-rw-r--r-- | runtime/dex_instruction.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/dex_instruction.cc b/runtime/dex_instruction.cc index af38433abc..a802759474 100644 --- a/runtime/dex_instruction.cc +++ b/runtime/dex_instruction.cc @@ -113,7 +113,7 @@ size_t Instruction::SizeInCodeUnitsComplexOpcode() const { return 1; // NOP. } else { LOG(FATAL) << "Unreachable: " << DumpString(nullptr); - return 0; + UNREACHABLE(); } } } |