Search
lxdream.org :: lxdream/src/sh4/sh4trans.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4trans.h
changeset 835:2381ddfd3fdd
prev760:12dac7679c0c
next905:4c17ebd9ef5e
author nkeynes
date Wed Aug 27 10:59:10 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Bump the max instruction size up a little further
file annotate diff log raw
1.1 --- a/src/sh4/sh4trans.h Mon Jul 21 01:02:30 2008 +0000
1.2 +++ b/src/sh4/sh4trans.h Wed Aug 27 10:59:10 2008 +0000
1.3 @@ -30,7 +30,7 @@
1.4 /** Maximum size of a translated instruction, in bytes. Current worst case seems
1.5 * to be a BF/S followed by one of the long FMOVs.
1.6 */
1.7 -#define MAX_INSTRUCTION_SIZE 384
1.8 +#define MAX_INSTRUCTION_SIZE 512
1.9 /** Maximum size of the translation epilogue (current real size is 116 bytes, so
1.10 * allows a little room
1.11 */
.