« Previous | Next » 

Revision d0b3e4f5

IDd0b3e4f5f4a29d48250887e5c0b3c65bc4dc6d13

Added by Blue Swirl over 13 years ago

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 <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences