Index: src/deoptimizer.cc |
diff --git a/src/deoptimizer.cc b/src/deoptimizer.cc |
index 9d16211f767a8f10b3e253526f273c7dce6e225e..8f1711144e65c9a121a233b08a44d507ea893332 100644 |
--- a/src/deoptimizer.cc |
+++ b/src/deoptimizer.cc |
@@ -535,7 +535,7 @@ int Deoptimizer::GetOutputInfo(DeoptimizationOutputData* data, |
shared->SourceCodePrint(&stream, -1); |
PrintF("[source:\n%s\n]", *stream.ToCString()); |
- UNREACHABLE(); |
+ FATAL("unable to find pc offset during deoptimization"); |
return -1; |
} |