Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
templates: fix mismatched type size in simple (#140)
Fix a mismatched type size error in component.simple.c:485, which may cause data overflow when CONFIG_WORD_SIZE is 64. Use the CLZL() macro to correctly handle the specified CONFIG_WORD_SIZE. Signed-off-by: colorglass <[email protected]>
- Loading branch information