Search
lxdream.org :: lxdream/src/x86dasm/dis-buf.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/x86dasm/dis-buf.c
changeset 755:ab873907b00e
prev362:dc40e2064dc4
next1092:7c4ffe27e7b5
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-buf.c Tue Aug 28 08:46:54 2007 +0000
1.2 +++ b/src/x86dasm/dis-buf.c Tue Dec 15 08:46:37 2009 +1000
1.3 @@ -16,10 +16,10 @@
1.4 along with this program; if not, write to the Free Software
1.5 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
1.6
1.7 -#include "sysdep.h"
1.8 -#include "dis-asm.h"
1.9 +#include "x86dasm/sysdep.h"
1.10 +#include "x86dasm/dis-asm.h"
1.11 #include <errno.h>
1.12 -#include "opintl.h"
1.13 +#include "gettext.h"
1.14
1.15 /* Get LENGTH bytes from info's buffer, at target address memaddr.
1.16 Transfer them to myaddr. */
.