| Index: src/compiler/common-operator.cc | 
| diff --git a/src/compiler/common-operator.cc b/src/compiler/common-operator.cc | 
| index 239382eb07cc220c7acbaaf33967e36bdad67fba..874ad29cef7d9efa7129fcd92e55333755159a1a 100644 | 
| --- a/src/compiler/common-operator.cc | 
| +++ b/src/compiler/common-operator.cc | 
| @@ -110,7 +110,7 @@ std::ostream& operator<<(std::ostream& os, ParameterInfo const& i) { | 
| V(Throw, Operator::kKontrol, 1, 1, 1, 0, 0, 1)           \ | 
| V(Deoptimize, Operator::kNoThrow, 1, 1, 1, 0, 0, 1)      \ | 
| V(Return, Operator::kNoThrow, 1, 1, 1, 0, 0, 1)          \ | 
| -  V(Terminate, Operator::kNoThrow, 0, 1, 1, 0, 0, 1)       \ | 
| +  V(Terminate, Operator::kKontrol, 0, 1, 1, 0, 0, 1)       \ | 
| V(OsrNormalEntry, Operator::kFoldable, 0, 1, 1, 0, 1, 1) \ | 
| V(OsrLoopEntry, Operator::kFoldable, 0, 1, 1, 0, 1, 1) | 
|  | 
|  |