commit | 699564c69c9c5d7d1b77cc31de533825da86378a | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Mon Dec 28 11:32:16 2015 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 05 20:25:12 2016 -0500 |
tree | 1b502716fb17ba574863ad7034b22a38a0d52524 | |
parent | efeb9b6534ffd3466c8edfe0dd1a7b8e147f0312 [diff] |
microkernel: fix build issue when CONFIG_TASK_MONITOR=y Note that the A->Comm is a pointer to the microkernel functions, and thus is highly probable that the high 8-bit is occupied. Therefore adds a new field in the monitor struct to store the pointer. Change-Id: I7bcb34108c89a97cc38b2ac411ae4139b62786f3 Signed-off-by: Daniel Leung <daniel.leung@intel.com>