diff options
author | Blue Swirl | 2010-09-18 07:53:14 +0200 |
---|---|---|
committer | Blue Swirl | 2010-09-18 07:53:14 +0200 |
commit | d0b3e4f5f4a29d48250887e5c0b3c65bc4dc6d13 (patch) | |
tree | 9f862f4ef27b56af03fb5813aaca43b663233d87 /hw/msix.c | |
parent | linux-user: fix socklen_t comparisons (diff) | |
download | qemu-d0b3e4f5f4a29d48250887e5c0b3c65bc4dc6d13.tar.gz qemu-d0b3e4f5f4a29d48250887e5c0b3c65bc4dc6d13.tar.xz qemu-d0b3e4f5f4a29d48250887e5c0b3c65bc4dc6d13.zip |
linux-user: fix types in a comparison
-1ul is unsigned long, which does not necessarily match abi_ulong
type.
Fix by using abi_long instead.
This also avoids a warning with GCC flag -Wtype-limits.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/msix.c')
0 files changed, 0 insertions, 0 deletions