diff options
author | arbenson@google.com <arbenson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-01 00:36:32 +0000 |
---|---|---|
committer | arbenson@google.com <arbenson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-01 00:36:32 +0000 |
commit | 09a4a4953caeaf7b6320ba3735e550d8f051b89e (patch) | |
tree | b75d9a14df0ffed02e0cb4a3f8478cfab8a08283 /chrome/nacl | |
parent | f04e861bdc05ad6abb028031cb72133093423f53 (diff) | |
download | chromium_src-09a4a4953caeaf7b6320ba3735e550d8f051b89e.zip chromium_src-09a4a4953caeaf7b6320ba3735e550d8f051b89e.tar.gz chromium_src-09a4a4953caeaf7b6320ba3735e550d8f051b89e.tar.bz2 |
NaCl: Support 64-bit reserved_at_zero value
This change will make the x86-32 sandbox on Linux non-zero-based until the change at http://codereview.chromium.org/10832040/ is committed in Chromium. Also, on Atom, performance will be temporarily reduced but not broken.
BUG=http://code.google.com/p/nativeclient/issues/detail?id=2927
TEST=trybots
Review URL: https://chromiumcodereview.appspot.com/10826039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149333 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/nacl')
-rw-r--r-- | chrome/nacl/nacl_helper_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/nacl/nacl_helper_linux.cc b/chrome/nacl/nacl_helper_linux.cc index ccad0f0..478527f 100644 --- a/chrome/nacl/nacl_helper_linux.cc +++ b/chrome/nacl/nacl_helper_linux.cc @@ -175,7 +175,7 @@ static void CheckRDebug(char *argv0) { } /* - * The zygote passes --reserved_at_zero=0xXXXXXXXX. + * The zygote passes --reserved_at_zero=0xXXXXXXXXXXXXXXXX. * nacl_helper_bootstrap replaces the Xs with the amount of prereserved * sandbox memory. * |