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

Unified Diff: src/IceELFObjectWriter.h

Issue 1669443002: Subzero. Uses fixups to calculate addend to relocations. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Addresses comments. Created 4 years, 11 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
Index: src/IceELFObjectWriter.h
diff --git a/src/IceELFObjectWriter.h b/src/IceELFObjectWriter.h
index 58be83ca35d49e7b6e89962679105f00a16976f7..4c5b80c111123dd33494428432af6b48ea53516d 100644
--- a/src/IceELFObjectWriter.h
+++ b/src/IceELFObjectWriter.h
@@ -69,7 +69,7 @@ public:
/// after all functions are written. The text buffer and fixups are extracted
/// from the Assembler object.
void writeFunctionCode(const IceString &FuncName, bool IsInternal,
- const Assembler *Asm);
+ Assembler *Asm);
/// Queries the GlobalContext for constant pools of the given type and writes
/// out read-only data sections for those constants. This also fills the

Powered by Google App Engine
This is Rietveld 408576698