Search
lxdream.org :: lxdream :: r1008:4c8211637afc
lxdream 0.9.1
released Jun 29
Download Now
changeset1008:4c8211637afc
parent1007:dbc83607f07d
child1009:c29795e15cef
authornkeynes
dateSat Apr 11 03:28:01 2009 +0000 (15 years ago)
Update sh4_translate_end_block_size() to have the correct backpatch sizes
(with recent changes there)
src/sh4/sh4x86.in
1.1 --- a/src/sh4/sh4x86.in Thu Apr 09 00:01:46 2009 +0000
1.2 +++ b/src/sh4/sh4x86.in Sat Apr 11 03:28:01 2009 +0000
1.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 }
1.14
.