X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Faice%2Faice_pipe.c;h=18ad40eaa4ad822fc84f4830cf6f0742e113ae54;hp=64f126ddcf3ccac80414933cb3366a7a1e25cedd;hb=f19ac83152b54a204b8148815a538d868973e1e1;hpb=f4496b25e3040e29b9bc78dd5bf8ac8128c09a1e diff --git a/src/jtag/aice/aice_pipe.c b/src/jtag/aice/aice_pipe.c index 64f126ddcf..18ad40eaa4 100644 --- a/src/jtag/aice/aice_pipe.c +++ b/src/jtag/aice/aice_pipe.c @@ -174,7 +174,7 @@ static int aice_pipe_write(const void *buffer, int count) static int aice_pipe_read(void *buffer, int count) { int n; - long long then, cur; + int64_t then, cur; then = timeval_ms();