diff options
author | Stefan Weil <weil@mail.berlios.de> | 2010-10-08 10:32:23 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-10-20 20:52:12 +0000 |
commit | c3b08d0e05f381b0a02647038d454eecf51ae014 (patch) | |
tree | 8aab9f1894d70aac3a94b689a561744e2276655e /configure | |
parent | b2d4d8329963b13c5cebe5944dcc99f0e9d1b5c7 (diff) |
tcg: Fix compiler error (comparison of unsigned expression)
When qemu is configured with --enable-debug-tcg,
gcc throws this warning (or error with -Werror):
tcg/tcg.c:1030: error: comparison of unsigned expression >= 0 is always true
Fix it by removing the >= 0 part.
The type cast to 'unsigned' catches negative values of op
(which should never happen).
This is a modification of Hollis Blanchard's patch.
Cc: Hollis Blanchard <hollis@penguinppc.org>
Cc: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions