mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-01 15:31:34 +00:00

The parameter for yield should be handled as a signed integer for the comparisons to have any effect. This also avoids a gcc warning with -Wtype-limits. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>