update
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sun, 12 Mar 2006 23:43:46 +0000 (23:43 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sun, 12 Mar 2006 23:43:46 +0000 (23:43 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1700 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/configure.in
ltt/branches/poly/lttv/lttv/state.c

index 7c17a982268f7a71335e60ae4fcf5240ca4e745f..4c8d055768f123397b8709d88180dc2ef663d484 100644 (file)
@@ -23,7 +23,7 @@
 AC_PREREQ(2.57)
 AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
 #AC_WITH_LTDL  # not needed ?
-AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.8.32-12032006)
+AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.8.33-12032006)
 AM_CONFIG_HEADER(config.h)
 AM_PROG_LIBTOOL
 
index 1eb3cf3c1e19a630c766355ae438bcf1121e1290..43b4d7ea9fdfc94fda1256913815d7dfee14e771 100644 (file)
@@ -510,8 +510,7 @@ static void copy_process_state(gpointer key, gpointer value,gpointer user_data)
     g_array_index(new_process->user_stack, guint64, i) =
         g_array_index(process->user_stack, guint64, i);
   }
-  new_process->current_function = &g_array_index(new_process->user_stack, 
-      guint64, new_process->user_stack->len - 1);
+  new_process->current_function = process->current_function;
   g_hash_table_insert(new_processes, new_process, new_process);
 }
 
This page took 0.027003 seconds and 4 git commands to generate.