On Fri, Jul 30, 2021 at 10:28 AM Ooi, Cinly <[email protected]> wrote: > 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
Yes, well spotted. Feel free to send a patch to gerrit, if you want. Thanks, Antonio
