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

Unified Diff: src/IceFixups.h

Issue 1027593002: Subzero: Support non-IRT immediate calls with -filetype=iasm. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 9 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
« pydir/szbuild.py ('K') | « pydir/szbuild.py ('k') | src/IceFixups.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceFixups.h
diff --git a/src/IceFixups.h b/src/IceFixups.h
index 1bc45f32fd9b609e4e92582f009c44cf4a638481..3b2b524d162cca70db6fac5c4734d65d04435bf4 100644
--- a/src/IceFixups.h
+++ b/src/IceFixups.h
@@ -44,7 +44,7 @@ public:
void set_value(const Constant *Value) { value_ = Value; }
- void emit(GlobalContext *Ctx) const;
+ void emit(GlobalContext *Ctx, RelocOffsetT BaseOffset) const;
private:
intptr_t position_;
« pydir/szbuild.py ('K') | « pydir/szbuild.py ('k') | src/IceFixups.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698