| Index: src/x64/codegen-x64.h
|
| diff --git a/src/x64/codegen-x64.h b/src/x64/codegen-x64.h
|
| index 3a7646bd1bb7ff68b959509f6a6acacf02fadd9e..5747e0bc6f0d19c3bbec0f654a4e2fb2ab052a93 100644
|
| --- a/src/x64/codegen-x64.h
|
| +++ b/src/x64/codegen-x64.h
|
| @@ -51,7 +51,7 @@ class CodeGenerator: public AstVisitor {
|
| static bool MakeCode(CompilationInfo* info);
|
|
|
| // Printing of AST, etc. as requested by flags.
|
| - static void MakeCodePrologue(CompilationInfo* info);
|
| + static void MakeCodePrologue(CompilationInfo* info, const char* kind);
|
|
|
| // Allocate and install the code.
|
| static Handle<Code> MakeCodeEpilogue(MacroAssembler* masm,
|
|
|