aboutsummaryrefslogtreecommitdiffstats
path: root/src/chdebug.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-01-08 18:56:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-01-08 18:56:16 +0000
commit82054b1941729e6c78b13038250a2fa74d03609d (patch)
treecdf9ea36806d08b56fde47eb6db11446f7bd41c2 /src/chdebug.c
parentba030d32c3e65ec5d4c6c6eaf7f55d7c61aae0b8 (diff)
downloadChibiOS-82054b1941729e6c78b13038250a2fa74d03609d.tar.gz
ChibiOS-82054b1941729e6c78b13038250a2fa74d03609d.tar.bz2
ChibiOS-82054b1941729e6c78b13038250a2fa74d03609d.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@171 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/chdebug.c')
-rw-r--r--src/chdebug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chdebug.c b/src/chdebug.c
index 211e1de33..14b57669d 100644
--- a/src/chdebug.c
+++ b/src/chdebug.c
@@ -58,7 +58,7 @@ TraceBuffer dbgtb;
*/
void chDbgTrace(Thread *otp, Thread *ntp) {
- dbgtb.tb_ptr->cse_slpdata = otp->p_common;
+ dbgtb.tb_ptr->cse_wtobjp = otp->p_wtobjp;
#ifdef CH_USE_SYSTEMTIME
dbgtb.tb_ptr->cse_time = chSysGetTime();
#else