Revision: 24754
Author:   [email protected]
Date:     Tue Oct 21 07:12:18 2014 UTC
Log:      fix ia32 after r24753

[email protected]

BUG=

Review URL: https://codereview.chromium.org/668883002
https://code.google.com/p/v8/source/detail?r=24754

Modified:
 /branches/bleeding_edge/src/compiler/ia32/code-generator-ia32.cc

=======================================
--- /branches/bleeding_edge/src/compiler/ia32/code-generator-ia32.cc Tue Oct 21 06:59:50 2014 UTC +++ /branches/bleeding_edge/src/compiler/ia32/code-generator-ia32.cc Tue Oct 21 07:12:18 2014 UTC
@@ -776,7 +776,7 @@

 void CodeGenerator::AssemblePrologue() {
   CallDescriptor* descriptor = linkage()->GetIncomingDescriptor();
-  Frame* frame = code_->frame();
+  Frame* frame = this->frame();
   int stack_slots = frame->GetSpillSlotCount();
   if (descriptor->kind() == CallDescriptor::kCallAddress) {
     // Assemble a prologue similar the to cdecl calling convention.

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to