Skip to content
Snippets Groups Projects
Commit 8f41f7c7 authored by oharboe's avatar oharboe
Browse files

fix copy & paste error when retiring in_handler

git-svn-id: svn://svn.berlios.de/openocd/trunk@1653 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent e37669c3
Branches
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ int adi_jtag_dp_scan_u32(arm_jtag_t *jtag_info, u8 instr, u8 reg_addr, u8 RnW, u
fields[1].in_value = tmp;
jtag_add_dr_scan_now(2, fields, TAP_INVALID);
*invalue=flip_u32(le_to_h_u32(tmp), 32);
*invalue=le_to_h_u32(in_buf);
} else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment