MIPS: fix yield handling
commit1c7242da851cc65a2cc93fbc6defa964084a2826
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 18 Sep 2010 05:53:15 +0000 (18 05:53 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 18 Sep 2010 05:53:15 +0000 (18 05:53 +0000)
tree84827a9059dac681bd32743da074cb93fff57307
parentd62d28630dde50b436ca19afc9279ce449170121
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