commit | 89d3fdcae26980bf81a4622c3c83e48ead4c1c3a | [log] [tgz] |
---|---|---|
author | Bruce Beare <bruce.j.beare@intel.com> | Wed Sep 21 12:44:05 2011 +0200 |
committer | Bruce Beare <bruce.j.beare@intel.com> | Mon Dec 05 14:58:55 2011 -0800 |
tree | c58fbe8957357a72479ee8b409d9233ede22f075 | |
parent | e480fc83b2887388d469eb3bf58c86c610f5b082 [diff] |
MALLOC_DEBUG: enable the option libc.debug.malloc = 10 Fix the compile warning to let the libc.debug.malloc=10 works well Due to unsuitable value comparison, which cause compiler optimize the code of comparing two digits. Change-Id: I0bedd596c9ca2ba308fb008da20ecb328d8548f5 Signed-off-by: Bruce Beare <bruce.j.beare@intel.com> Author: liu chuansheng <chuansheng.liu@intel.com>