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

Unified Diff: src/IceOperand.h

Issue 2095633002: Subzero: Make -asm-verbose local var offsets local. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceOperand.h
diff --git a/src/IceOperand.h b/src/IceOperand.h
index f724f8f89c161aac44cc3063efa24f8e82900fc4..d29d25eda9e826ebcb154d5b29fa09894dfd3ac0 100644
--- a/src/IceOperand.h
+++ b/src/IceOperand.h
@@ -703,7 +703,7 @@ public:
std::string getSymbolicStackOffset() const {
if (!BuildDefs::dump())
return "";
- return "lv$" + getName();
+ return ".L$lv$" + getName();
}
bool hasReg() const { return getRegNum().hasValue(); }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698