diff options
author | Thomas Huth <[email protected]> | 2015-07-02 09:21:22 +0200 |
---|---|---|
committer | Michael S. Tsirkin <[email protected]> | 2015-07-07 14:27:04 +0300 |
commit | d768f32aec8c0ebb8499ffca89cfed8f5f1a4432 (patch) | |
tree | 3518c844a175fa03ec7cc9d6c0d1012d2dd3eadb /scripts/gdb/linux/modules.py | |
parent | 908a5544cd29ed60114ed60bded6dbe8cdd56326 (diff) |
virtio: Fix typecast of pointer in vring_init()
The virtio_ring.h header is used in userspace programs (ie. QEMU),
too. Here we can not assume that sizeof(pointer) is the same as
sizeof(long), e.g. when compiling for Windows, so the typecast in
vring_init() should be done with (uintptr_t) instead of (unsigned long).
Signed-off-by: Thomas Huth <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions