xserver-multidpi/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 Updated x86emu and resynced with upsteam at Scitech. 2004-05-26 17:44:29 +00:00
decode.h Updated x86emu and resynced with upsteam at Scitech. 2004-05-26 17:44:29 +00:00
fpu_regs.h Updated x86emu and resynced with upsteam at Scitech. 2004-05-26 17:44:29 +00:00
fpu.h Initial revision 2003-11-14 16:48:57 +00:00
ops.h Initial revision 2003-11-14 16:48:57 +00:00
prim_asm.h Updated x86emu and resynced with upsteam at Scitech. 2004-05-26 17:44:29 +00:00
prim_ops.h X86EMU: handle CPUID instruction 2008-02-08 10:48:40 -08:00
prim_x86_gcc.h Use C-style comments in x86emu 2010-02-17 23:13:04 -08:00
regs.h Updated x86emu and resynced with upsteam at Scitech. 2004-05-26 17:44:29 +00:00
types.h Convert x86emu fixed size int typedefs to use stdint types 2010-04-07 16:18:24 -07:00
x86emui.h Updated x86emu and resynced with upsteam at Scitech. 2004-05-26 17:44:29 +00:00