diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-19 02:10:37 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-19 02:10:37 +0000 |
commit | 3d14eadde74cc726cd170359cadb97ec42693c7b (patch) | |
tree | 0ce10a046758f1bb54632d49d01becfaec4c60c9 /chrome/nacl | |
parent | f4511874a6826efdbfd185bf1c61f631fb1e1d0d (diff) | |
download | chromium_src-3d14eadde74cc726cd170359cadb97ec42693c7b.zip chromium_src-3d14eadde74cc726cd170359cadb97ec42693c7b.tar.gz chromium_src-3d14eadde74cc726cd170359cadb97ec42693c7b.tar.bz2 |
Pulling in newer nacl version to drop oversized checked in binaries
that got put in the wrong place.
Fixing changed name.
BUG=None
TEST=None
TBR=gregoryd
Review URL: http://codereview.chromium.org/403025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32470 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/nacl')
-rw-r--r-- | chrome/nacl/sel_main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/nacl/sel_main.cc b/chrome/nacl/sel_main.cc index 8b28fd4..82df9c3 100644 --- a/chrome/nacl/sel_main.cc +++ b/chrome/nacl/sel_main.cc @@ -42,7 +42,7 @@ static void __attribute__ ((noinline)) _ovly_debug_event (void) { static void StopForDebuggerInit(const struct NaClApp *state) { /* Put xlate_base in a place where gdb can find it. */ - nacl_global_xlate_base = state->xlate_base; + nacl_global_xlate_base = state->mem_start; #ifdef __GNUC__ _ovly_debug_event(); |