Search
lxdream.org :: lxdream/src/sh4/sh4x86.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4x86.in
changeset 593:6c710c7c6835
prev591:7b9612fd2395
next596: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 +0000
1.2 +++ b/src/sh4/sh4x86.in Thu Jan 17 21:26:58 2008 +0000
1.3 @@ -359,6 +359,12 @@
1.4 #endif
1.5 #endif
1.6
1.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 code
1.15 */
.