Search
lxdream.org :: lxdream/src/x86dasm/i386-dis.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/x86dasm/i386-dis.c
changeset 755:ab873907b00e
prev362:dc40e2064dc4
next920:1e6a29649b56
author nkeynes
date Mon Jul 21 00:08:34 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Add gettext.h and build sanely without libintl if it's not available
Remove x86dasm's config.h & opintl.h (no longer needed and actually wrong)
file annotate diff log raw
1.1 --- a/src/x86dasm/i386-dis.c Tue Aug 28 08:46:54 2007 +0000
1.2 +++ b/src/x86dasm/i386-dis.c Mon Jul 21 00:08:34 2008 +0000
1.3 @@ -31,9 +31,9 @@
1.4 and the small letter tells about the operand size. Refer to
1.5 the Intel manual for details. */
1.6
1.7 -#include "dis-asm.h"
1.8 -#include "sysdep.h"
1.9 -#include "opintl.h"
1.10 +#include "x86dasm/dis-asm.h"
1.11 +#include "x86dasm/sysdep.h"
1.12 +#include "gettext.h"
1.13
1.14 #define MAXLEN 20
1.15
.