Chromium Code Reviews| Index: src/ia32/macro-assembler-ia32.cc |
| diff --git a/src/ia32/macro-assembler-ia32.cc b/src/ia32/macro-assembler-ia32.cc |
| index 7480a6f9ef9b992b27f92c6139c38d0d6b048984..ff485e30e7eafffd5e46bd24e279be90f12a8f73 100644 |
| --- a/src/ia32/macro-assembler-ia32.cc |
| +++ b/src/ia32/macro-assembler-ia32.cc |
| @@ -898,7 +898,8 @@ void MacroAssembler::Prologue(bool code_pre_aging) { |
| } |
| -void MacroAssembler::EnterFrame(StackFrame::Type type) { |
| +void MacroAssembler::EnterFrame(StackFrame::Type type, |
| + bool load_constant_pool) { |
|
rmcilroy
2014/09/26 15:54:57
Add an ASSERT that load_constant_pool is always fa
baixo
2014/10/02 09:18:21
Done.
|
| push(ebp); |
| mov(ebp, esp); |
| push(esi); |