commit | 197cdd1bbdafaf44dc705e518987a08953b092ab | [log] [tgz] |
---|---|---|
author | Axel Davy <axel.davy@ens.fr> | Tue Oct 11 18:57:17 2016 +0200 |
committer | Axel Davy <axel.davy@ens.fr> | Thu Oct 13 21:16:35 2016 +0200 |
tree | 4f12c1eb710703b7e1a67b19d3569b3d2a2ee786 | |
parent | 452722216954c95f0a8ca1f2a610185ae0bd2a63 [diff] |
gallium/os: Use unsigned integers for size computation Use uint64_t instead of int64_t in the calculation, as the result is uint64_t. Signed-off-by: Axel Davy <axel.davy@ens.fr> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>