xserver/hw/xfree86/x86emu/x86emu
Alan Coopersmith 82cf3a4ae0 Convert x86emu fixed size int typedefs to use stdint types
Fixes x86emu builds when using non-gnu compilers now that u64 is required

Before this fix, the u64 type would not be defined, causing
x86emu/sys.c to fail to build:
"sys.c", line 102: syntax error before or at: ldq_u
"sys.c", line 102: syntax error before or at: *

Since Keith requested using <stdint.h>, converted all the x86emu
typedefs to use the stdint types.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Acked-by: Matt Turner <mattst88@gmail.com>
Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
2010-04-07 16:18:24 -07:00
..
debug.h
decode.h
fpu.h
fpu_regs.h
ops.h
prim_asm.h
prim_ops.h
prim_x86_gcc.h
regs.h
types.h Convert x86emu fixed size int typedefs to use stdint types 2010-04-07 16:18:24 -07:00
x86emui.h