revision 389:3e354da62264
summary |
tree |
shortlog |
changelog |
graph |
changeset |
raw | bz2 | zip | gz changeset | 389:3e354da62264 |
parent | 388:13bae2fb0373 |
child | 390:d066209999f1 |
author | nkeynes |
date | Tue Sep 18 09:11:53 2007 +0000 (13 years ago) |
Up the max instruction size to 256 (TODO: work out what this should actually
be)
be)
1.1 --- a/src/sh4/sh4trans.h Tue Sep 18 08:59:00 2007 +00001.2 +++ b/src/sh4/sh4trans.h Tue Sep 18 09:11:53 2007 +00001.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 module1.9 *1.10 @@ -22,7 +22,7 @@1.11 /** Maximum size of a translated instruction, in bytes. This includes potentially1.12 * writing the entire epilogue1.13 */1.14 -#define MAX_INSTRUCTION_SIZE 321.15 +#define MAX_INSTRUCTION_SIZE 2561.17 /**
.