Index: src/builtins/builtins.h |
diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h |
index b6824eb27320d65e175632babe5c574e4da962a6..66af6311964dc74e11b09e2b054d046b583271b0 100644 |
--- a/src/builtins/builtins.h |
+++ b/src/builtins/builtins.h |
@@ -130,6 +130,7 @@ namespace internal { |
ASM(InterpreterPushArgsAndTailCall) \ |
ASM(InterpreterPushArgsAndConstruct) \ |
ASM(InterpreterEnterBytecodeDispatch) \ |
+ ASM(InterpreterOnStackReplacement) \ |
\ |
/* Code life-cycle */ \ |
ASM(CompileLazy) \ |