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

Unified Diff: src/IceFixups.h

Issue 1241313002: Fix --filetype=iasm non-pc-rel fixup offsets (double counted). (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 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
Index: src/IceFixups.h
diff --git a/src/IceFixups.h b/src/IceFixups.h
index f04091801bf44aa8ffcc23abf4bdb3bb2d86381e..3b79a92641196e44453c534d759d2f30166be662 100644
--- a/src/IceFixups.h
+++ b/src/IceFixups.h
@@ -45,7 +45,7 @@ public:
void set_value(const Constant *Value) { value_ = Value; }
- void emit(GlobalContext *Ctx, RelocOffsetT BaseOffset) const;
+ void emit(GlobalContext *Ctx, RelocOffsetT OverrideOffset) const;
private:
intptr_t position_ = 0;
« src/IceELFSection.h ('K') | « src/IceELFSection.h ('k') | src/IceFixups.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698