Index: src/ia32/interface-descriptors-ia32.cc |
diff --git a/src/ia32/interface-descriptors-ia32.cc b/src/ia32/interface-descriptors-ia32.cc |
index fc5e461595c001c133a9e92bef96c5d7fd20d9ab..46382264ddde5264d3ccfb6ae32afa5425ae165b 100644 |
--- a/src/ia32/interface-descriptors-ia32.cc |
+++ b/src/ia32/interface-descriptors-ia32.cc |
@@ -389,7 +389,8 @@ void InterpreterPushArgsAndConstructDescriptor::InitializePlatformSpecific( |
eax, // argument count (not including receiver) |
edx, // new target |
edi, // constructor |
- ebx, // address of first argument |
+ ebx, // allocation site feedback |
+ ecx, // address of first argument |
}; |
data->InitializePlatformSpecific(arraysize(registers), registers); |
} |