From 167ce32a7cb99962e6ae8f8c6d36b0999c16888c Mon Sep 17 00:00:00 2001 From: mifi Date: Sun, 20 Jan 2008 13:52:06 +0000 Subject: - added patch "remove error handler as planned" https://lists.berlios.de/pipermail/openocd-development/2008-January/000665.html (thanks to oyvind Harboe for the patch) git-svn-id: svn://svn.berlios.de/openocd/trunk@260 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/pld/virtex2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pld/virtex2.c') diff --git a/src/pld/virtex2.c b/src/pld/virtex2.c index ab715d92..a31c37d9 100644 --- a/src/pld/virtex2.c +++ b/src/pld/virtex2.c @@ -101,7 +101,7 @@ int virtex2_send_32(struct pld_device_s *pld_device, int num_words, u32 *words) return ERROR_OK; } -int virtex2_jtag_buf_to_u32(u8 *in_buf, void *priv) +int virtex2_jtag_buf_to_u32(u8 *in_buf, void *priv, struct scan_field_s *field) { u32 *dest = priv; *dest = flip_u32(le_to_h_u32(in_buf), 32); -- cgit v1.2.3