summaryrefslogtreecommitdiff
path: root/src/target/arm720t.c
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-05 19:30:13 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-05 19:30:13 +0000
commitb6f268c113521557889aa253e2dd7218507e20d9 (patch)
tree5d63cab88421531e3ae5b30cf8e98748df6afb42 /src/target/arm720t.c
parente03658ee07edf5ff15afdda0b62f555ef96b56dc (diff)
downloadopenocd+libswd-b6f268c113521557889aa253e2dd7218507e20d9.tar.gz
openocd+libswd-b6f268c113521557889aa253e2dd7218507e20d9.tar.bz2
openocd+libswd-b6f268c113521557889aa253e2dd7218507e20d9.tar.xz
openocd+libswd-b6f268c113521557889aa253e2dd7218507e20d9.zip
mark usage of in_handler that can be converted into user code
git-svn-id: svn://svn.berlios.de/openocd/trunk@1607 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/arm720t.c')
-rw-r--r--src/target/arm720t.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm720t.c b/src/target/arm720t.c
index 99eede20..6cd73e45 100644
--- a/src/target/arm720t.c
+++ b/src/target/arm720t.c
@@ -126,7 +126,7 @@ int arm720t_scan_cp15(target_t *target, u32 out, u32 *in, int instruction, int c
fields[1].in_value = NULL;
if (in)
{
- fields[1].in_handler = arm_jtag_buf_to_u32_flip;
+ fields[1].in_handler = arm_jtag_buf_to_u32_flip; /* deprecated! invoke this from user code! */
fields[1].in_handler_priv = in;
} else
{