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

Unified Diff: src/IceTranslator.h

Issue 997773002: Refactor Subzero initialization and add a browser callback handler. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Add argv note 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
« no previous file with comments | « src/IceInstX8632.h ('k') | src/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceTranslator.h
diff --git a/src/IceTranslator.h b/src/IceTranslator.h
index d039148288147efbcfae3f0602fdd4df8def4952..adddc32c8d0b428bbd22d4824d9d0c49284d3c1c 100644
--- a/src/IceTranslator.h
+++ b/src/IceTranslator.h
@@ -74,7 +74,7 @@ public:
protected:
GlobalContext *Ctx;
uint32_t NextSequenceNumber;
- // Exit status of the translation. False is successful. True otherwise.
+ // ErrorCode of the translation.
ErrorCode ErrorStatus;
};
« no previous file with comments | « src/IceInstX8632.h ('k') | src/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698