diff options
author | 2023-12-13 19:32:45 +0100 | |
---|---|---|
committer | 2024-01-18 10:43:51 +0100 | |
commit | 592d0bc0302ff5b5209ecd7f8733f285bc008cff (patch) | |
tree | 26d4e2a901bf194ed8e5e344c01a2d43bcdb98b2 /scripts/qapi/source.py | |
parent | target/i386: pcrel: store low bits of physical address in data[0] (diff) | |
download | qemu-592d0bc0302ff5b5209ecd7f8733f285bc008cff.tar.xz qemu-592d0bc0302ff5b5209ecd7f8733f285bc008cff.zip |
remove unnecessary casts from uintptr_t
uintptr_t, or unsigned long which is equivalent on Linux I32LP64 systems,
is an unsigned type and there is no need to further cast to __u64 which is
another unsigned integer type; widening casts from unsigned integers
zero-extend the value.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts/qapi/source.py')
0 files changed, 0 insertions, 0 deletions