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:
2185e39
)
drc: fix SWL/SWR confusion in do_unalignedwritestub
author
notaz
<notasas@gmail.com>
Mon, 27 Dec 2010 17:35:12 +0000
(19:35 +0200)
committer
notaz
<notasas@gmail.com>
Mon, 27 Dec 2010 17:35:12 +0000
(19:35 +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
696509f
..
515f7c4
100644
(file)
--- a/
libpcsxcore/new_dynarec/assem_arm.c
+++ b/
libpcsxcore/new_dynarec/assem_arm.c
@@
-2912,7
+2912,7
@@
do_unalignedwritestub(int n)
#endif
emit_xorimm(temp,24,temp);
emit_movimm(-1,HOST_TEMPREG);
- if (opcode[i]==0x2
e) { // SWR
+ if (opcode[i]==0x2
a) { // SWL
emit_bic_lsr(temp2,HOST_TEMPREG,temp,temp2);
emit_orrshr(rt,temp,temp2);
}else{