From: notaz Date: Mon, 17 Jan 2011 21:37:18 +0000 (+0200) Subject: Revert "drc: fix a bug with loop reg allocation" X-Git-Tag: r5~27 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=b1f390b38ff77b8229e33968d768eabdad433082;ds=sidebyside Revert "drc: fix a bug with loop reg allocation" This reverts commit ca7c944853bbb689040c530655e2da231c40db5b in favour of fix by Ari64 himself. --- diff --git a/libpcsxcore/new_dynarec/new_dynarec.c b/libpcsxcore/new_dynarec/new_dynarec.c index 680617a1..f1a0def6 100644 --- a/libpcsxcore/new_dynarec/new_dynarec.c +++ b/libpcsxcore/new_dynarec/new_dynarec.c @@ -9693,13 +9693,6 @@ int new_recompile_block(int addr) else f_regmap[hr]=-1; } else if(branch_regs[i].regmap[hr]>=0) f_regmap[hr]=branch_regs[i].regmap[hr]; - // make sure mapping hasn't changed - int hr2; - for(hr2=0;hr2