util/cacheinfo: Use uint64_t on LLP64 model to satisfy Windows ARM64
commit8041336ef74e19ca607c1601016333c986de8f9c
authorCao Jiaxi <driver1998@foxmail.com>
Tue, 7 May 2019 11:55:03 +0000 (7 12:55 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 7 May 2019 11:55:03 +0000 (7 12:55 +0100)
tree7b96f96d95f2192144835ba042de5e94925091a9
parent8ac65578920a98a845aa8c80ea19140a51440185
util/cacheinfo: Use uint64_t on LLP64 model to satisfy Windows ARM64

Windows ARM64 uses LLP64 model, which breaks current assumptions.

Signed-off-by: Cao Jiaxi <driver1998@foxmail.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 20190503003707.10185-1-driver1998@foxmail.com
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
util/cacheinfo.c