xserver/hw/xfree86/x86emu
Alan Coopersmith 71efd86828 x86emu: constify debug strings
Strings are all pointers to literal constants, just used as input
to printf calls when debugging is enabled.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Jamey Sharp <jamey@minilop.net>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-12-12 17:03:11 -08:00
..
x86emu x86emu: constify debug strings 2011-12-12 17:03:11 -08:00
Makefile.am
debug.c x86emu: constify debug strings 2011-12-12 17:03:11 -08:00
decode.c
fpu.c x86emu: constify debug strings 2011-12-12 17:03:11 -08:00
ops.c x86emu: Fix more mis-decoding of the data prefix 2011-01-04 09:23:52 -05:00
ops2.c x86emu: constify debug strings 2011-12-12 17:03:11 -08:00
prim_ops.c
sys.c x86emu: There is no NO_INLINE implementation of unaligned access here. 2011-09-15 10:07:11 -05:00
validate.c Use C-style comments in x86emu 2010-02-17 23:13:04 -08:00
x86emu.h