forked from auracaster/openocd
misc code review updates
More updates from the code review by Steve Grubb <sgrubb@redhat.com>. The Jim float-comparision bug just gets a comment not a fix, though. Cc: Steve Grubb <sgrubb@redhat.com>. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
@@ -762,8 +762,7 @@ static int jtag_check_value_inner(uint8_t *captured, uint8_t *in_check_value,
|
||||
uint8_t *in_check_mask, int num_bits)
|
||||
{
|
||||
int retval = ERROR_OK;
|
||||
|
||||
int compare_failed = 0;
|
||||
int compare_failed;
|
||||
|
||||
if (in_check_mask)
|
||||
compare_failed = buf_cmp_mask(captured, in_check_value, in_check_mask, num_bits);
|
||||
|
||||
Reference in New Issue
Block a user