| Index: src/ia32/full-codegen-ia32.cc
|
| diff --git a/src/ia32/full-codegen-ia32.cc b/src/ia32/full-codegen-ia32.cc
|
| index cf3132d33fd1ff0bb12825bdb0866779d2963c95..ec41bc6e823630ec83950d4c83b9beafb5045fe9 100644
|
| --- a/src/ia32/full-codegen-ia32.cc
|
| +++ b/src/ia32/full-codegen-ia32.cc
|
| @@ -107,6 +107,7 @@ class JumpPatchSite BASE_EMBEDDED {
|
| // formal parameter count expected by the function.
|
| //
|
| // The live registers are:
|
| +// o ecx: CallKind
|
| // o edi: the JS function object being called (i.e. ourselves)
|
| // o esi: our context
|
| // o ebp: our caller's frame pointer
|
|
|