Index: src/ic.h |
diff --git a/src/ic.h b/src/ic.h |
index 55b5661929b5d2ca1c8ead061e208fbbfa72eb36..6c676e60436b1365a030df50cc3260e1a2d1d3e0 100644 |
--- a/src/ic.h |
+++ b/src/ic.h |
@@ -59,6 +59,7 @@ namespace internal { |
ICU(UnaryOp_Patch) \ |
ICU(BinaryOp_Patch) \ |
ICU(CompareIC_Miss) \ |
+ ICU(Unreachable) \ |
ICU(ToBoolean_Patch) |
// |
// IC is the base class for LoadIC, StoreIC, CallIC, KeyedLoadIC, |