Statistics
| Branch: | Revision:

root / alpha-dis.c @ 06ea77bc

History | View | Annotate | Download (79.9 kB)

# Date Author Comment
6e2d864e 12/04/2010 10:50 pm Stefan Weil

*-dis: Replace fprintf_ftype by fprintf_function (format checking)

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....
9262f384 09/25/2009 10:53 pm Juan Quintela

Remove PARAMS macro

Only two disassemblers (alpha and sh4) were still using it. Just remove its
use there, and its aparations in dis-asm.h

Signed-off-by: Juan Quintela <>
Signed-off-by: Blue Swirl <>

668a38fc 09/25/2009 10:51 pm Juan Quintela

Bring two last users of K&R definitions to ANSI c89

Signed-off-by: Juan Quintela <>
Signed-off-by: Blue Swirl <>

d89c682f 09/25/2009 05:31 pm Stefan Weil

Suppress some variants of English in comments

Replace surpress, supress by suppress.

Signed-off-by: Stefan Weil <>
Signed-off-by: Aurelien Jarno <>

8167ee88 07/16/2009 11:47 pm Blue Swirl

Update to a hopefully more future proof FSF address

Signed-off-by: Blue Swirl <>

fad6cb1a 01/05/2009 12:05 am aurel32

Update FSF address in GPL/LGPL boilerplate

The attached patch updates the FSF address in the GPL/LGPL boilerplate
in most GPL/LGPLed files, and also in COPYING.LIB.

Signed-off-by: Stuart Brady <>
Signed-off-by: Aurelien Jarno <>...

5fafdf24 09/17/2007 12:08 am ths

find -type f | xargs sed -i 's/[\t ]$//g' # on most files

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3173 c046a42c-6fe2-441c-8c8c-71466251a162

48024e4a 11/06/2005 06:52 pm bellard

m68k disassembler (Paul Brook)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1605 c046a42c-6fe2-441c-8c8c-71466251a162

8dd7cb06 06/09/2003 06:31 pm bellard

moved to disas.c

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@223 c046a42c-6fe2-441c-8c8c-71466251a162

a993ba85 05/11/2003 03:25 pm bellard

alpha disas (Falk Hueffner)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@155 c046a42c-6fe2-441c-8c8c-71466251a162