commit | de6628d2d27ff1869026e21acb30653d0787cdca | [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 | 1861b7a3e373b1590d2e2049ad391f40e900acc1 [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>