forked from auracaster/openocd
rtos : remove unused parameter
Change-Id: I98c9f28a0085bd4713b694181ab544777091eac6 Signed-off-by: Michel JAOUEN <michel.jaouen@stericsson.com> Reviewed-on: http://openocd.zylin.com/341 Tested-by: jenkins Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>
This commit is contained in:
committed by
Øyvind Harboe
parent
fa5b0833d5
commit
ca173ff4d4
@@ -1040,7 +1040,7 @@ static int gdb_get_registers_packet(struct connection *connection,
|
||||
#endif
|
||||
|
||||
if ((target->rtos != NULL) &&
|
||||
(ERROR_OK == rtos_get_gdb_reg_list(connection, ®_list, ®_list_size)))
|
||||
(ERROR_OK == rtos_get_gdb_reg_list(connection)))
|
||||
{
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user