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