Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2049)

Unified Diff: src/codegen.h

Issue 2143033002: Revert of Implement .eh_frame writer and disassembler. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@eh-frame-base
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/arm64/eh-frame-arm64.cc ('k') | src/codegen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/codegen.h
diff --git a/src/codegen.h b/src/codegen.h
index c49fd8825cabcb507772a64332dd4c4fa8e379d5..82962ad8026ab763f64ce95ff580e8d7de90467c 100644
--- a/src/codegen.h
+++ b/src/codegen.h
@@ -69,7 +69,7 @@
class CompilationInfo;
-class EhFrameWriter;
+
class CodeGenerator {
public:
@@ -78,7 +78,6 @@
// Allocate and install the code.
static Handle<Code> MakeCodeEpilogue(MacroAssembler* masm,
- EhFrameWriter* unwinding,
CompilationInfo* info);
// Print the code after compiling it.
« no previous file with comments | « src/arm64/eh-frame-arm64.cc ('k') | src/codegen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698