xserver-multidpi/hw/xfree86/x86emu
Lyude Paul cbca18c551 x86emu: Fix type conversion warnings on x86_64 with DEBUG
Warnings come from the fact that PRIx32 is not used for printing 32 bit
values instead of "%lx", and "%lx" evaluates to a 64 bit long on 64 bit
systems while PRIx32 always evaluates to the right type for the
respective arch.

Signed-off-by: Lyude Paul <lyude@redhat.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
2017-10-20 13:15:32 -04:00
..
x86emu x86emu: Fix type conversion warnings on x86_64 with DEBUG 2017-10-20 13:15:32 -04:00
debug.c x86emu: Fix some set-but-not-used warnings. 2015-09-23 15:01:25 -04:00
decode.c Avoid conflicts with Solaris <sys/regset.h> defines that clash with our names 2013-11-12 21:03:53 +09:00
fpu.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
Makefile.am Replace INCLUDES with AM_CPPFLAGS 2013-08-06 13:08:13 +10:00
meson.build Add a Meson build system alongside autotools. 2017-04-26 15:25:27 -07:00
ops.c x86emu: Squash a warning 2015-12-07 17:05:39 -05:00
ops2.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
prim_ops.c Drop trailing whitespaces 2014-11-12 10:25:00 +10:00
sys.c x86emu: Fix type conversion warnings on x86_64 with DEBUG 2017-10-20 13:15:32 -04:00
validate.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
x86emu.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00