Search
lxdream.org :: lxdream/src/xlat/xlatdasm.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/xlat/xlatdasm.c
changeset 1264:74ad81710528
prev1263:b3de98d19faf
author nkeynes
date Tue Mar 06 12:19:08 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Move x86dasm/* files under xlat/disasm
file annotate diff log raw
1.1 --- a/src/xlat/xlatdasm.c Tue Mar 06 09:04:34 2012 +1000
1.2 +++ b/src/xlat/xlatdasm.c Tue Mar 06 12:19:08 2012 +1000
1.3 @@ -21,8 +21,8 @@
1.4 #include <string.h>
1.5 #include "xlat/xltcache.h"
1.6 #include "xlat/xlatdasm.h"
1.7 -#include "x86dasm/bfd.h"
1.8 -#include "x86dasm/dis-asm.h"
1.9 +#include "xlat/disasm/bfd.h"
1.10 +#include "xlat/disasm/dis-asm.h"
1.11 #include "sh4/sh4.h"
1.12
1.13 #if defined(__i386__)
.