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; |