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

Unified Diff: src/trusted/service_runtime/linux/reserved_at_zero.c

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 | « src/trusted/service_runtime/linux/nacl_bootstrap_args.c ('k') | tests/spec2k/run_all.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/linux/reserved_at_zero.c
diff --git a/src/trusted/service_runtime/linux/reserved_at_zero.c b/src/trusted/service_runtime/linux/reserved_at_zero.c
index 04bc27ff101db87105c0b2ce810247123733b3ff..aebd64aa8efef3106a2d2c5c90da912f897e3372 100644
--- a/src/trusted/service_runtime/linux/reserved_at_zero.c
+++ b/src/trusted/service_runtime/linux/reserved_at_zero.c
@@ -8,8 +8,9 @@
#include "native_client/src/trusted/service_runtime/sel_addrspace.h"
/*
- * The launcher passes --reserved_at_zero=0xXXXXXXXX. nacl_helper_bootstrap
- * replaces the Xs wih the size of the prereserved sandbox memory.
+ * The launcher passes --reserved_at_zero=0xXXXXXXXXXXXXXXXX.
+ * nacl_helper_bootstrap replaces the Xs wih the size of the
+ * prereserved sandbox memory.
*/
void NaClHandleReservedAtZero(const char *switch_value) {
char *endp = NULL;
« no previous file with comments | « src/trusted/service_runtime/linux/nacl_bootstrap_args.c ('k') | tests/spec2k/run_all.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698