Search
lxdream.org :: lxdream/src/sh4/sh4trans.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4trans.h
changeset 410:5f8413358e7f
prev408:af496b734734
next526:ba3da45b5754
author nkeynes
date Sat Sep 29 11:06:40 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Change extend-block to take a requested size
Terminate blocks on page boundaries for easier invalidation
file annotate diff log raw
1.1 --- a/src/sh4/sh4trans.h Fri Sep 28 07:27:20 2007 +0000
1.2 +++ b/src/sh4/sh4trans.h Sat Sep 29 11:06:40 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: sh4trans.h,v 1.3 2007-09-28 07:27:20 nkeynes Exp $
1.6 + * $Id: sh4trans.h,v 1.4 2007-09-29 11:06:40 nkeynes Exp $
1.7 *
1.8 * SH4->x86 translation module
1.9 *
1.10 @@ -23,7 +23,10 @@
1.11 * writing the entire epilogue
1.12 */
1.13 #define MAX_INSTRUCTION_SIZE 256
1.14 -
1.15 +/** Maximum size of the translation epilogue (current real size is 116 bytes, so
1.16 + * allows a little room
1.17 + */
1.18 +#define EPILOGUE_SIZE 128
1.19 /**
1.20
1.21 */
.