summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-07 22:59:51 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-07 22:59:51 +0000
commit15f15cdddbef41f3c8472ade096f310dead1fc97 (patch)
tree0ca39fa2860f2315d6a90af3d52f7346657bf99e /src
parentb36db3036cfe6828f4f78d14a7f9ad2778b24119 (diff)
downloadopenocd+libswd-15f15cdddbef41f3c8472ade096f310dead1fc97.tar.gz
openocd+libswd-15f15cdddbef41f3c8472ade096f310dead1fc97.tar.bz2
openocd+libswd-15f15cdddbef41f3c8472ade096f310dead1fc97.tar.xz
openocd+libswd-15f15cdddbef41f3c8472ade096f310dead1fc97.zip
ouch - typo in last commit
git-svn-id: svn://svn.berlios.de/openocd/trunk@1656 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r--src/target/arm_adi_v5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm_adi_v5.c b/src/target/arm_adi_v5.c
index 5ce96779..c1555d9f 100644
--- a/src/target/arm_adi_v5.c
+++ b/src/target/arm_adi_v5.c
@@ -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
{