Thomas Monjalon aacf456387 microblaze: fix custom fprintf
Using GCC-4.2.4-1ubuntu4, there is a warning:
	microblaze-dis.c:792: warning: unused variable 'fprintf'

Indeed, fprintf() is shadowed by a custom redefinition but is not used because
of FORTIFY_SOURCE option which replace calls to fprintf() by fprintf_chk().
So, fprintf refers to the libc implementation instead of the qemu one.
It's a bug.

It is fixed by renaming the variable to something different of "fprintf".
It prevents from hazardous shadowing.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2010-04-27 18:56:11 +00:00
2010-04-09 18:55:56 +02:00
2010-04-09 18:55:56 +02:00
2010-04-23 16:21:57 +02:00
2010-04-27 05:50:41 +02:00
2010-04-17 16:25:10 +00:00
2010-04-25 12:59:33 +00:00
2010-04-25 12:59:33 +00:00
2010-04-25 12:59:30 +00:00
2010-04-23 16:21:57 +02:00
2010-04-23 16:08:46 +02:00
2010-04-26 16:36:31 -03: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%