Stefan Weil c3b08d0e05 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>
2010-10-20 20:52:12 +00:00
2010-10-13 18:38:07 +00:00
2010-07-13 18:18:23 +02:00
2010-10-20 12:10:59 -05:00
2010-10-13 18:41:29 +00:00
2010-10-13 18:38:07 +00:00
2010-07-13 08:55:04 -05:00
2010-10-03 06:34:51 +00:00
2010-10-13 18:43:17 +00:00
2010-10-09 08:19:38 +00:00
2010-09-25 11:26:05 +00:00
2010-06-16 13:03:51 +01:00
2010-04-09 18:55:56 +02:00
2010-10-09 08:17:03 +00:00
2010-09-08 12:39:22 +02:00
2010-05-31 20:55:23 +02:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-09-10 18:47:31 +00:00
2010-10-13 18:38:07 +00:00
2010-07-22 05:52:09 +02:00
2010-05-24 15:18:23 -05:00
2010-10-03 06:34:51 +00:00
2010-06-13 19:00:50 +01:00
2010-07-24 14:42:29 +02:00
2010-05-22 08:02:12 +00:00
2010-09-09 16:22:45 -05:00
2010-05-10 11:36:03 -05:00
2010-05-10 11:36:03 -05:00
2010-06-11 15:25:14 -03:00
2010-09-25 11:26:05 +00:00
2010-06-16 13:03:51 +01:00
2010-09-07 13:46:17 +02:00
2010-10-13 18:38:07 +00:00
2010-05-22 08:24:49 +00:00
2010-10-06 18:24:37 +02:00
2010-10-06 18:24:37 +02:00
2010-08-20 21:03:24 +00:00
2010-10-09 08:20:39 +00:00
2010-09-25 11:26:05 +00:00
2010-09-25 11:26:05 +00:00
2010-10-05 13:53:56 -05:00
2010-05-19 12:45:54 -03:00
2010-07-01 14:27:13 -03:00
2010-07-01 14:27:13 -03:00
2010-09-22 20:05:23 +00:00
2010-10-03 06:34:51 +00:00
2010-09-21 18:36:42 +02:00
2010-10-03 06:34:51 +00:00
2010-09-21 15:39:42 +02:00
2010-09-21 15:39:42 +02:00
2010-05-19 12:45:54 -03:00
2010-09-21 18:36:42 +02:00
2010-10-09 08:20:39 +00:00
2010-07-06 10:36:28 -05:00
2010-10-03 06:34:51 +00:00
2010-10-03 06:34:51 +00:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-10-01 10:12:43 -03:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-09-18 05:53:14 +00:00
2010-10-13 18:41:29 +00:00
2010-10-20 16:41:36 +00:00
2010-06-30 22:51:17 +02:00
2010-07-28 07:58:15 -05:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
QEMU With E2K User Support
Readme 459 MiB
Languages
C 83.1%
C++ 6.3%
Python 3.2%
Dylan 2.8%
Shell 1.6%
Other 2.8%