--- a/src/sh4/sh4x86.c Thu Jan 17 10:11:37 2008 +0000 +++ b/src/sh4/sh4x86.c Thu Jan 17 21:26:58 2008 +0000 @@ -359,6 +359,12 @@ #endif #endif +uint32_t sh4_translate_end_block_size() +{ + return EPILOGUE_SIZE + (sh4_x86.backpatch_posn*12); +} + + /** * Embed a breakpoint into the generated code */