From 667ca2a017e4df437ea5fc5d2bc1be2e0fcd9f7e Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 25 Aug 2005 17:19:16 +0000 Subject: [PATCH 1/1] control flow view works (state computation enabled) : has bugs with multiple cpus git-svn-id: http://ltt.polymtl.ca/svn@1077 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c b/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c index e5b66cc9..d1080bd5 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c @@ -256,7 +256,7 @@ h_guicontrolflow(Tab *tab) lttvwindow_register_continue_notify(tab, continue_notify, control_flow_data); - //request_background_data(control_flow_data); + request_background_data(control_flow_data); return guicontrolflow_get_widget(control_flow_data) ; -- 2.34.1