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 Fri Dec 26 14:25:23 2008 +0000 (15 years ago)
branchlxdream-mem
permissions -rw-r--r--
last change Change RAM regions to use static arrays rather than mmap regions, for a 2-3% performance gain.
General mem cleanups, including some save state fixes that break states again.
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 Fri Dec 26 14:25:23 2008 +0000
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. */
.