drc: comment out some broken code
authornotaz <notasas@gmail.com>
Tue, 7 Jun 2011 09:38:11 +0000 (12:38 +0300)
committernotaz <notasas@gmail.com>
Tue, 7 Jun 2011 09:48:07 +0000 (12:48 +0300)
libpcsxcore/new_dynarec/new_dynarec.c

index 032d698..db766b3 100644 (file)
@@ -9641,8 +9641,8 @@ int new_recompile_block(int addr)
         }
       }
       // Don't need stuff which is overwritten
-      if(regs[i].regmap[hr]!=regmap_pre[i][hr]) nr&=~(1<<hr);
-      if(regs[i].regmap[hr]<0) nr&=~(1<<hr);
+      //if(regs[i].regmap[hr]!=regmap_pre[i][hr]) nr&=~(1<<hr);
+      //if(regs[i].regmap[hr]<0) nr&=~(1<<hr);
       // Merge in delay slot
       for(hr=0;hr<HOST_REGS;hr++)
       {