From f5955059b4017130b6ef0adb4eec51f590e78b46 Mon Sep 17 00:00:00 2001
From: notaz <notasas@gmail.com>
Date: Tue, 7 Jun 2011 12:38:11 +0300
Subject: [PATCH] drc: comment out some broken code

---
 libpcsxcore/new_dynarec/new_dynarec.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libpcsxcore/new_dynarec/new_dynarec.c b/libpcsxcore/new_dynarec/new_dynarec.c
index 032d6984..db766b38 100644
--- a/libpcsxcore/new_dynarec/new_dynarec.c
+++ b/libpcsxcore/new_dynarec/new_dynarec.c
@@ -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++)
       {
-- 
2.39.5