Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 0b89104f6710cdf4bd0ea8cee07ba864817ad9f1..dca28f1ad44cba3d36fa5deae24263cf2af22b9d 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -477,8 +477,8 @@ namespace internal { |
/* Statements */ \ |
F(NewClosure, 3, 1) \ |
F(NewClosureFromStubFailure, 1, 1) \ |
- F(NewObject, 1, 1) \ |
- F(NewObjectWithAllocationSite, 2, 1) \ |
+ F(NewObject, 2, 1) \ |
+ F(NewObjectWithAllocationSite, 3, 1) \ |
F(FinalizeInstanceSize, 1, 1) \ |
F(Throw, 1, 1) \ |
F(ReThrow, 1, 1) \ |