Skip to content
Snippets Groups Projects
  1. May 31, 2011
  2. Dec 04, 2010
    • Stefan Weil's avatar
      *-dis: Replace fprintf_ftype by fprintf_function (format checking) · 6e2d864e
      Stefan Weil authored
      
      This patch adds more printf format checking.
      
      Additional modifications were needed for this code change:
      
      * alpha-dis.c: The local definition of MAX conflicts with
        a previous definition from osdep.h, so add an #undef.
      
      * dis-asm.h: Add include for fprintf_function (qemu-common.h).
        The standard (now redundant) includes are removed.
      
      * mis-dis.c: The definition of ARRAY_SIZE is no longer needed
        and must be removed (conflict with previous definition from
        qemu-common.h).
      
      * sh4-dis.c: Remove some unneeded forward declarations.
      
      Cc: Blue Swirl <blauwirbel@gmail.com>
      Signed-off-by: default avatarStefan Weil <weil@mail.berlios.de>
      Signed-off-by: default avatarBlue Swirl <blauwirbel@gmail.com>
      6e2d864e
  3. Sep 25, 2009
  4. Jul 16, 2009
  5. Jan 04, 2009
  6. Sep 16, 2007
  7. Nov 06, 2005
  8. Jun 09, 2003
  9. May 11, 2003
Loading