commit | 664e69311e0ad0f38de3f635d6d338f2d0d64e14 | [log] [tgz] |
---|---|---|
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | Tue Aug 01 09:16:38 2017 +0100 |
committer | Sandrine Bailleux <sandrine.bailleux@arm.com> | Tue Aug 01 09:18:51 2017 +0100 |
tree | a01a1a9289e674a9748df95514d91b2119ec5548 | |
parent | de3d704d74018b7104afad5a9b4cb19bc5de0611 [diff] |
xlat lib v2: Fix sign of debug loop variable This patch changes the sign of the loop variable used in xlat_tables_print(). It needs to be unsigned because it is compared against another unsigned int. Change-Id: I2b3cee7990dd75e8ebd2701de3860ead7cad8dc8 Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>