rtos: fix gdb qC command answer
authorMatthias Blaicher <matthias@blaicher.com>
Tue, 23 Oct 2012 14:53:16 +0000 (16:53 +0200)
committerPeter Stuge <peter@stuge.se>
Sun, 28 Oct 2012 01:32:35 +0000 (01:32 +0000)
commit442a684303b7cc0c33430490612e1bf70a4a3d63
tree62d724e8efade411b50b98e3d096ee5a41399ef9
parent3a6ac237163b9a2c480c020064aabf4c2b199543
rtos: fix gdb qC command answer

rtos->current_thread is of type int64_t. All other commands already
respect this.

Change-Id: I9951946ff2a09c53cd78c6ab882c80cdd2ab7ac6
Signed-off-by: Matthias Blaicher <matthias@blaicher.com>
Reviewed-on: http://openocd.zylin.com/917
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Tested-by: jenkins
Reviewed-by: Peter Stuge <peter@stuge.se>
src/rtos/rtos.c