# HG changeset patch # User Mychaela Falconia # Date 1465248777 0 # Node ID 06e309c63fd439276b5c827f58049e7eb432bc16 # Parent 325234bc6ee246b51afe15c5c232d521840222ce l1_trace.c: reconstruction complete diff -r 325234bc6ee2 -r 06e309c63fd4 chipsetsw/layer1/cfile/l1_trace.c --- a/chipsetsw/layer1/cfile/l1_trace.c Mon Jun 06 21:24:14 2016 +0000 +++ b/chipsetsw/layer1/cfile/l1_trace.c Mon Jun 06 21:32:57 2016 +0000 @@ -8461,15 +8461,17 @@ ((T_TRACE_INFO *)(msg->SigP))->tab[0] = l1s.actual_time.fn_mod42432; - if (trace_info.current_config->l1_dyn_trace & 1<SigP))->tab[1] = l1s.pw_mgr.state; - ((T_TRACE_INFO *)(msg->SigP))->tab[2] = l1s.pw_mgr.lf; - ((T_TRACE_INFO *)(msg->SigP))->tab[3] = l1s.pw_mgr.hf; - ((T_TRACE_INFO *)(msg->SigP))->tab[4] = l1s.pw_mgr.root; - ((T_TRACE_INFO *)(msg->SigP))->tab[5] = l1s.pw_mgr.frac; - } + #if 0 /* FreeCalypso: code not present in TCS211 binary object */ + if (trace_info.current_config->l1_dyn_trace & 1<SigP))->tab[1] = l1s.pw_mgr.state; + ((T_TRACE_INFO *)(msg->SigP))->tab[2] = l1s.pw_mgr.lf; + ((T_TRACE_INFO *)(msg->SigP))->tab[3] = l1s.pw_mgr.hf; + ((T_TRACE_INFO *)(msg->SigP))->tab[4] = l1s.pw_mgr.root; + ((T_TRACE_INFO *)(msg->SigP))->tab[5] = l1s.pw_mgr.frac; + } + #endif // send message... os_send_sig(msg, L1C1_QUEUE);