This is an automated email from Gerrit. Tim Newsome ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4317
-- gerrit commit e731c3918347fe41c2bfa0cae01d9e3b5f6e1d43 Author: Tim Newsome <[email protected]> Date: Tue Dec 26 14:03:42 2017 -0800 Accept 64-bit addresses in CRC requests. Change-Id: I6a3e97ae8ffb4dc2ca1197a8102cb9ba34de0a1e Signed-off-by: Tim Newsome <[email protected]> diff --git a/src/server/gdb_server.c b/src/server/gdb_server.c index 626179c..d4becb8 100644 --- a/src/server/gdb_server.c +++ b/src/server/gdb_server.c @@ -2413,7 +2413,7 @@ static int gdb_query_packet(struct connection *connection, char gdb_reply[10]; char *separator; uint32_t checksum; - uint32_t addr = 0; + target_addr_t addr = 0; uint32_t len = 0; /* skip command character */ -- ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
