diff options
Diffstat (limited to 'decoder/include/opencsd/ptm')
-rw-r--r-- | decoder/include/opencsd/ptm/trc_pkt_decode_ptm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/include/opencsd/ptm/trc_pkt_decode_ptm.h b/decoder/include/opencsd/ptm/trc_pkt_decode_ptm.h index 395b316cda06..f9e1abe4ebc3 100644 --- a/decoder/include/opencsd/ptm/trc_pkt_decode_ptm.h +++ b/decoder/include/opencsd/ptm/trc_pkt_decode_ptm.h @@ -154,6 +154,7 @@ private: } processor_state_t; processor_state_t m_curr_state; + unsync_info_t m_unsync_info; const bool processStateIsCont() const; |