summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/nacl/sel_main.cc2
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();