Search
lxdream.org :: lxdream/src/x86dasm/dis-asm.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/x86dasm/dis-asm.h
changeset 755:ab873907b00e
prev362:dc40e2064dc4
author nkeynes
date Tue Dec 15 08:46:37 2009 +1000 (14 years ago)
permissions -rw-r--r--
last change Add side-by-side x86+sh4 disassembly output
Print SH4 state information and disassembly of the current block when
crashing.
Fix delay slot instruction in conditional branch not being marked as a
delay-slot instruction in the branch-not-taken path.
Rename REG_* defines in cpu.h to avoid conflict with translation defs
file annotate diff log raw
1.1 --- a/src/x86dasm/dis-asm.h Tue Aug 28 08:46:54 2007 +0000
1.2 +++ b/src/x86dasm/dis-asm.h Tue Dec 15 08:46:37 2009 +1000
1.3 @@ -33,7 +33,7 @@
1.4 #endif
1.5
1.6 #include <stdio.h>
1.7 -#include "bfd.h"
1.8 +#include "x86dasm/bfd.h"
1.9
1.10 typedef int (*fprintf_ftype) (void *, const char*, ...);
1.11
.