summaryrefslogtreecommitdiff
path: root/src/pld
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/pld
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/pld')
-rw-r--r--src/pld/virtex2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pld/virtex2.c b/src/pld/virtex2.c
index 7be68037..26f0f1fe 100644
--- a/src/pld/virtex2.c
+++ b/src/pld/virtex2.c
@@ -121,7 +121,7 @@ int virtex2_receive_32(struct pld_device_s *pld_device, int num_words, u32 *word
scan_field.in_value = NULL;
scan_field.in_check_value = NULL;
scan_field.in_check_mask = NULL;
- scan_field.in_handler = virtex2_jtag_buf_to_u32;
+ scan_field.in_handler = virtex2_jtag_buf_to_u32; /* deprecated! invoke this from user code! */
virtex2_set_instr(virtex2_info->tap, 0x4); /* CFG_OUT */