rtos: fixes warning
Change-Id: I45db15b16b52c71009d8830985f42ac88eabe160 Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com> Reviewed-on: http://openocd.zylin.com/1209 Tested-by: jenkins Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com> Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>__archive__
parent
07dcd5648d
commit
a84d237acf
|
@ -234,6 +234,8 @@ static int linux_os_thread_reg_list(struct rtos *rtos,
|
|||
for (i = 0; i < reg_list_size; i++)
|
||||
reg_packet_size += reg_list[i]->size;
|
||||
|
||||
assert(reg_packet_size > 0);
|
||||
|
||||
*hex_reg_list = malloc(DIV_ROUND_UP(reg_packet_size, 8) * 2);
|
||||
|
||||
hex_string = *hex_reg_list;
|
||||
|
|
Loading…
Reference in New Issue