Hi all,  
https://sourceforge.net/p/openocd/code/ci/master/tree/src/target/openrisc/or1k_tap_vjtag.c#l260,
 did we meant to use INST_ID() macro instead of ID() macro?

We have:
LOG_DEBUG("instance_id     = %" PRIu32, ID(node_info));

But I think we meant
LOG_DEBUG("instance_id     = %" PRIu32, INST_ID(node_info));

Best regards
cinly


Reply via email to