filename | src/sh4/sh4trans.h |
changeset | 1196:a14dbddafd13 |
prev | 1188:1cc9bb0b3848 |
next | 1218:be02e87f9f87 |
author | Nathan Keynes <nkeynes@lxdream.org> |
date | Wed Dec 14 21:51:55 2011 +1000 (11 years ago) |
permissions | -rw-r--r-- |
last change | Update maximum epilogue size |
file | annotate | diff | log | raw |
1.1 --- a/src/sh4/sh4trans.h Thu Dec 01 01:50:44 2011 +10001.2 +++ b/src/sh4/sh4trans.h Wed Dec 14 21:51:55 2011 +10001.3 @@ -34,7 +34,7 @@1.4 /** Maximum size of the translation epilogue (current real size is 116 bytes, so1.5 * allows a little room1.6 */1.7 -#define EPILOGUE_SIZE 1361.8 +#define EPILOGUE_SIZE 1391.10 /** Maximum number of recovery records for a translated block (2048 based on1.11 * 1 record per SH4 instruction in a 4K page).
.