diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-09-18 05:53:14 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-09-18 05:53:14 +0000 |
commit | d0b3e4f5f4a29d48250887e5c0b3c65bc4dc6d13 (patch) | |
tree | 9f862f4ef27b56af03fb5813aaca43b663233d87 /target-sh4 | |
parent | 3872425343439555e543cd606c44a79dbcc168d4 (diff) |
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 'target-sh4')
0 files changed, 0 insertions, 0 deletions