git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7852 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2015-04-04 11:12:34 +00:00
parent 5047ce62e8
commit 106e228ec4
1 changed files with 2 additions and 0 deletions

View File

@ -198,6 +198,8 @@ void chSysHalt(const char *reason) {
bool chSysIntegrityCheckI(unsigned testmask) {
cnt_t n;
chDbgCheckClassI();
/* Ready List integrity check.*/
if ((testmask & CH_INTEGRITY_RLIST) != 0U) {
thread_t *tp;