X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fsh2%2Fcompiler.c;h=e18f43c88a7110fa74ea406d5f580b3472de9582;hb=00468b0a9b651d930c06d565f3ffc7e704f0e57c;hp=0e8b65b39de2545589a18478445d00f9ba506243;hpb=d602fd4f739acca7145b4208134da15fad2a6c6e;p=picodrive.git diff --git a/cpu/sh2/compiler.c b/cpu/sh2/compiler.c index 0e8b65b..e18f43c 100644 --- a/cpu/sh2/compiler.c +++ b/cpu/sh2/compiler.c @@ -3121,9 +3121,9 @@ static void sh2_smc_rm_blocks(u32 a, u16 *drc_ram_blk, int tcache_id, u32 shift, if (to < end_addr) to = end_addr; - sh2_smc_rm_block(block, tcache_id, mask); if (a >= start_addr + block->size_nolit) literal_disabled_frames = 3; + sh2_smc_rm_block(block, tcache_id, mask); // entry lost, restart search entry = *blist;