[Qemu-devel] [PATCH 10/15] MIPS: fix yield handling

2010-09-10 Thread Blue Swirl
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 --- target-mips/op_helper.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/target-mips/

[Qemu-devel] [PATCH 10/15] MIPS: fix yield handling

2010-09-05 Thread Blue Swirl
The parameter for yield should be handled as a signed integer for the comparisons to have any effect. This also fixes a gcc warning with -Wtype-limits. Signed-off-by: Blue Swirl --- target-mips/op_helper.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/target-mips/o