Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libpisp: backend_debug: Use unsigned int
The mainline version of pisp_be_config.h header defines the 'num_tiles' member of 'struct pisp_be_tiles_config' as an unsigned 32-bit value. Use an unsigned integer as loop variable to avoid the following compilation error: error: comparison of integer expressions of different signedness Signed-off-by: Jacopo Mondi <[email protected]>
- Loading branch information