filename | src/sh4/sh4x86.in |
changeset | 1008:4c8211637afc |
prev | 1004:eae001858134 |
next | 1065:bc1cc0c54917 |
author | nkeynes |
date | Sat Apr 11 03:28:01 2009 +0000 (14 years ago) |
permissions | -rw-r--r-- |
last change | Update sh4_translate_end_block_size() to have the correct backpatch sizes (with recent changes there) |
file | annotate | diff | log | raw |
1.1 --- a/src/sh4/sh4x86.in Sat Apr 04 10:17:57 2009 +00001.2 +++ b/src/sh4/sh4x86.in Sat Apr 11 03:28:01 2009 +00001.3 @@ -387,9 +387,9 @@1.4 uint32_t sh4_translate_end_block_size()1.5 {1.6 if( sh4_x86.backpatch_posn <= 3 ) {1.7 - return EPILOGUE_SIZE + (sh4_x86.backpatch_posn*12);1.8 + return EPILOGUE_SIZE + (sh4_x86.backpatch_posn*24);1.9 } else {1.10 - return EPILOGUE_SIZE + 48 + (sh4_x86.backpatch_posn-3)*15;1.11 + return EPILOGUE_SIZE + 72 + (sh4_x86.backpatch_posn-3)*27;1.12 }1.13 }
.