ouch - typo in last commit

git-svn-id: svn://svn.berlios.de/openocd/trunk@1656 b42882b7-edfa-0310-969c-e2dbd0fdcd60
__archive__
oharboe 2009-05-07 22:59:51 +00:00
parent b36db3036c
commit 15f15cdddb
1 changed files with 1 additions and 1 deletions

View File

@ -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=le_to_h_u32(in_buf);
*invalue=le_to_h_u32(tmp);
} else
{