- This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_add_dr_out...
[fw/openocd] / src / helper / binarybuffer.c
index 7d97891533755ed9bbc2bc5ad41524ddae6ba2be..ddfcced04e9686e5524fb2b2f53cedbd77bf4564 100644 (file)
@@ -371,7 +371,7 @@ int str_to_buf(char* str, int str_len, u8 *buf, int buf_len, int radix)
        return i;
 }
 
-int buf_to_u32_handler(u8 *in_buf, void *priv)
+int buf_to_u32_handler(u8 *in_buf, void *priv, struct scan_field_s *field)
 {
        u32 *dest = priv;