X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Frtos%2Frtos.c;h=8a5db11c07fc96213d8c9081d1f92e611ea6f7f1;hb=ca173ff4d4b92ab5a3df89c3a0cd4d47edd4042c;hp=ac7f89c7f14ed1c28b9c8820c2ed5f4f902e4e22;hpb=fa5b0833d5fd146e9ceb9a91b2e8e6364f3bf53a;p=fw%2Fopenocd diff --git a/src/rtos/rtos.c b/src/rtos/rtos.c index ac7f89c7f..8a5db11c0 100644 --- a/src/rtos/rtos.c +++ b/src/rtos/rtos.c @@ -424,7 +424,7 @@ int gdb_thread_packet(struct connection *connection, char *packet, int packet_si return GDB_THREAD_PACKET_NOT_CONSUMED; } -int rtos_get_gdb_reg_list(struct connection *connection, struct reg **reg_list[], int *reg_list_size) +int rtos_get_gdb_reg_list(struct connection *connection) { struct target *target = get_target_from_connection(connection);