]> Git Repo - qemu.git/commit - hw/smbios/smbios.c
smbios: change 'ram_addr_t' variables to 'uint64_t'
authorSeokYeon Hwang <[email protected]>
Wed, 5 Nov 2014 06:19:54 +0000 (15:19 +0900)
committerPaolo Bonzini <[email protected]>
Thu, 13 Nov 2014 15:13:28 +0000 (16:13 +0100)
commitf4ec5cd29d1f0d3a265039767399d2cf3e75950b
tree356358a9a623e29138fb0e720619409350f5a61c
parent1154d84dcc5f46e83db94281d071775819dd8884
smbios: change 'ram_addr_t' variables to 'uint64_t'

ram_addr_t should not be used except if referring to a RAMBlobk.
Using 'uint64_t' avoids a -Wconstant-conversion warning, which
clang >= 3.4 produces in "smbios_get_tables()".

Signed-off-by: SeokYeon Hwang <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
hw/i386/smbios.c
This page took 0.038407 seconds and 4 git commands to generate.