filename | src/sh4/sh4x86.in |
changeset | 593:6c710c7c6835 |
prev | 591:7b9612fd2395 |
next | 596:dfc0c93d882e |
author | nkeynes |
date | Thu Jan 17 21:26:58 2008 +0000 (15 years ago) |
permissions | -rw-r--r-- |
last change | Fix block overruns from long epilogues |
file | annotate | diff | log | raw |
1.1 --- a/src/sh4/sh4x86.in Thu Jan 17 10:11:37 2008 +00001.2 +++ b/src/sh4/sh4x86.in Thu Jan 17 21:26:58 2008 +00001.3 @@ -359,6 +359,12 @@1.4 #endif1.5 #endif1.7 +uint32_t sh4_translate_end_block_size()1.8 +{1.9 + return EPILOGUE_SIZE + (sh4_x86.backpatch_posn*12);1.10 +}1.11 +1.12 +1.13 /**1.14 * Embed a breakpoint into the generated code1.15 */
.