Search
lxdream.org :: lxdream/src/sh4/sh4trans.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4trans.h
changeset 389:3e354da62264
prev359:c588dce7ebde
next408:af496b734734
author nkeynes
date Tue Sep 18 09:12:30 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Ensure correct end-of-block PC
Handle syscalls
file annotate diff log raw
1.1 --- a/src/sh4/sh4trans.h Thu Aug 23 12:33:27 2007 +0000
1.2 +++ b/src/sh4/sh4trans.h Tue Sep 18 09:12:30 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: sh4trans.h,v 1.1 2007-08-23 12:33:27 nkeynes Exp $
1.6 + * $Id: sh4trans.h,v 1.2 2007-09-18 09:11:53 nkeynes Exp $
1.7 *
1.8 * SH4->x86 translation module
1.9 *
1.10 @@ -22,7 +22,7 @@
1.11 /** Maximum size of a translated instruction, in bytes. This includes potentially
1.12 * writing the entire epilogue
1.13 */
1.14 -#define MAX_INSTRUCTION_SIZE 32
1.15 +#define MAX_INSTRUCTION_SIZE 256
1.16
1.17 /**
1.18
.