- added patch "remove error handler as planned"
[fw/openocd] / src / pld / virtex2.c
index ab715d927be5a8f025545270e6d4bd50ed1ac655..a31c37d94f1be30545c7c3ba9929f9f29c51fcfe 100644 (file)
@@ -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);