Search
lxdream.org :: lxdream/src/sh4/sh4trans.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4trans.h
changeset 1196:a14dbddafd13
prev1188:1cc9bb0b3848
next1218:be02e87f9f87
author nkeynes
date Sun Feb 12 16:30:26 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Add -Werror for mregparm check, so it actually fails if mregparm isn't
accepted
file annotate diff log raw
1.1 --- a/src/sh4/sh4trans.h Thu Dec 01 01:50:44 2011 +1000
1.2 +++ b/src/sh4/sh4trans.h Sun Feb 12 16:30:26 2012 +1000
1.3 @@ -34,7 +34,7 @@
1.4 /** Maximum size of the translation epilogue (current real size is 116 bytes, so
1.5 * allows a little room
1.6 */
1.7 -#define EPILOGUE_SIZE 136
1.8 +#define EPILOGUE_SIZE 139
1.9
1.10 /** Maximum number of recovery records for a translated block (2048 based on
1.11 * 1 record per SH4 instruction in a 4K page).
.