Index: src/ia32/fast-codegen-ia32.cc |
=================================================================== |
--- src/ia32/fast-codegen-ia32.cc (revision 3071) |
+++ src/ia32/fast-codegen-ia32.cc (working copy) |
@@ -44,6 +44,7 @@ |
// o edi: the JS function object being called (ie, ourselves) |
// o esi: our context |
// o ebp: our caller's frame pointer |
+// o esp: stack pointer (pointing to return address) |
// |
// The function builds a JS frame. Please see JavaScriptFrameConstants in |
// frames-ia32.h for its layout. |