xserver/hw/xfree86/x86emu/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
..
debug.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
decode.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
fpu.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
fpu_regs.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
ops.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
prim_asm.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
prim_ops.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
prim_x86_gcc.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
regs.h x86emu: Change include order to avoid conflict with system header 2016-04-29 11:05:38 -04:00
types.h x86emu: Fix type conversion warnings on x86_64 with DEBUG 2017-10-20 13:15:32 -04:00
x86emui.h x86emu: Undefine _NO_INLINE 2014-09-26 15:27:18 -04:00