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

Unified Diff: src/trusted/nonnacl_util/sel_ldr_launcher_standalone.cc

Issue 10832040: Support 64-bit reserved_at_zero value nacl-side (Closed) Base URL: http://git.chromium.org/native_client/src/native_client.git@master
Patch Set: inline template digits Created 8 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
« no previous file with comments | « run.py ('k') | src/trusted/service_runtime/linux/nacl_bootstrap.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/nonnacl_util/sel_ldr_launcher_standalone.cc
diff --git a/src/trusted/nonnacl_util/sel_ldr_launcher_standalone.cc b/src/trusted/nonnacl_util/sel_ldr_launcher_standalone.cc
index 3797affdc171dd26e420043afb79a53945861174..e61b248182f370f946596e6711c790427dfc13be 100644
--- a/src/trusted/nonnacl_util/sel_ldr_launcher_standalone.cc
+++ b/src/trusted/nonnacl_util/sel_ldr_launcher_standalone.cc
@@ -60,7 +60,7 @@ void SelLdrLauncherStandalone::BuildCommandLine(vector<nacl::string>* command) {
command->push_back(sel_ldr_);
if (!sel_ldr_bootstrap_.empty()) {
command->push_back("--r_debug=0xXXXXXXXXXXXXXXXX");
- command->push_back("--reserved_at_zero=0xXXXXXXXX");
+ command->push_back("--reserved_at_zero=0xXXXXXXXXXXXXXXXX");
}
command->push_back("-R"); // RPC will be used to point to the nexe.
« no previous file with comments | « run.py ('k') | src/trusted/service_runtime/linux/nacl_bootstrap.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698