MIPS: fix yield handling
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 18 Sep 2010 05:53:15 +0000 (05:53 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 18 Sep 2010 05:53:15 +0000 (05:53 +0000)
commitcc581e0784af2354acc9c688d37c34bd137112ec
tree84827a9059dac681bd32743da074cb93fff57307
parent171fc0b7ff56c7fd5ebff5761d9352fc206da462
MIPS: fix yield handling

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>
target-mips/op_helper.c