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:
aa40e1b
)
drc: sync gte with interpreter
author
notaz
<notasas@gmail.com>
Fri, 4 Feb 2011 22:27:07 +0000
(
00:27
+0200)
committer
notaz
<notasas@gmail.com>
Wed, 9 Feb 2011 12:59:32 +0000
(14:59 +0200)
libpcsxcore/new_dynarec/assem_arm.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/new_dynarec/assem_arm.c
b/libpcsxcore/new_dynarec/assem_arm.c
index
976aac8
..
c950585
100644
(file)
--- a/
libpcsxcore/new_dynarec/assem_arm.c
+++ b/
libpcsxcore/new_dynarec/assem_arm.c
@@
-3556,9
+3556,6
@@
static void cop2_get_dreg(u_int copr,signed char tl,signed char temp)
emit_writeword(tl,(int)®_cop2d[copr]);
break;
case 28:
- case 30:
- emit_movimm(0,tl);
- break;
case 29:
emit_readword((int)®_cop2d[9],temp);
emit_testimm(temp,0x8000); // do we need this?
@@
-3613,8
+3610,6
@@
static void cop2_put_dreg(u_int copr,signed char sl,signed char temp)
emit_writeword(sl,(int)®_cop2d[30]);
emit_writeword(temp,(int)®_cop2d[31]);
break;
- case 7:
- case 29:
case 31:
break;
default: