Stefan Weil 4b4a72e556 Fix conversions from pointer to tcg_target_long
tcg_gen_exit_tb takes a parameter of type tcg_target_long,
so the type casts of pointer to long should be replaced by
type casts of pointer to tcg_target_long (suggested by Blue Swirl).

These changes are needed for build environments where
sizeof(long) != sizeof(void *), especially for w64.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2011-04-10 00:45:16 +02:00
2011-04-03 21:42:57 +02:00
2011-04-01 19:07:49 -05:00
2011-04-01 19:07:49 -05:00
2011-04-04 00:34:10 +02:00
2011-03-22 08:39:12 -05:00
2011-03-15 01:19:06 -03:00
2011-03-16 17:11:07 -03:00
2011-04-04 00:34:11 +02:00
2011-04-09 10:56:17 +01:00
2011-04-04 10:26:54 +02:00
2011-04-01 19:07:48 -05:00
2011-03-16 17:11:07 -03:00
2011-03-13 14:44:22 +00:00
2011-03-21 09:23:23 +01:00
2011-03-21 09:23:23 +01:00
2011-03-22 08:39:12 -05:00
2011-03-21 17:41:52 -05:00
2011-04-07 13:51:47 +02:00
2011-04-03 21:42:57 +02:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%