]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decoderstack.cpp
Pass new unit_size argument to srd_inst_probe_set_all()
[pulseview.git] / pv / data / decoderstack.cpp
index e667693e65dde4ec70bb77bd8fef3c980178807b..9b02f9e929cc41b9ca75709acc27f3793745c333 100644 (file)
@@ -271,7 +271,7 @@ void DecoderStack::decode_proc(shared_ptr<data::Logic> data)
        // Create the decoders
        BOOST_FOREACH(const shared_ptr<decode::Decoder> &dec, _stack)
        {
        // Create the decoders
        BOOST_FOREACH(const shared_ptr<decode::Decoder> &dec, _stack)
        {
-               srd_decoder_inst *const di = dec->create_decoder_inst(session);
+               srd_decoder_inst *const di = dec->create_decoder_inst(session, unit_size);
 
                if (!di)
                {
 
                if (!di)
                {