notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5194fb9
)
drc: comment out some broken code
author
notaz
<notasas@gmail.com>
Tue, 7 Jun 2011 09:38:11 +0000
(12:38 +0300)
committer
notaz
<notasas@gmail.com>
Tue, 7 Jun 2011 09:48:07 +0000
(12:48 +0300)
libpcsxcore/new_dynarec/new_dynarec.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/new_dynarec/new_dynarec.c
b/libpcsxcore/new_dynarec/new_dynarec.c
index
032d698
..
db766b3
100644
(file)
--- 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++)
{