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

Unified Diff: src/IceFixups.h

Issue 1766233002: Subzero: Fix symbol name mangling. Make flags global. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Cleanup Created 4 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
Index: src/IceFixups.h
diff --git a/src/IceFixups.h b/src/IceFixups.h
index 1a29a18650ef67c600f6eace1cd07b5166b5de54..47ea02ed96460250df9f12d56140375c78d4f8cb 100644
--- a/src/IceFixups.h
+++ b/src/IceFixups.h
@@ -45,7 +45,7 @@ public:
void set_kind(FixupKind Kind) { kind_ = Kind; }
RelocOffsetT offset() const;
- IceString symbol(const GlobalContext *Ctx, const Assembler *Asm) const;
+ IceString symbol(const Assembler *Asm) const;
static const Constant *NullSymbol;
bool isNullSymbol() const { return value_ == NullSymbol; }

Powered by Google App Engine
This is Rietveld 408576698