aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornotaz2013-04-03 01:02:55 +0300
committernotaz2013-04-03 01:02:55 +0300
commit10858959854a4e0864cad8629756216c4b2d4310 (patch)
treeaa074b829241ae64941df2304d3c545b4d7e98b5
parent5df0e313724a202a47f088f1cb81f4ccb0910b15 (diff)
downloadpcsx_rearmed-10858959854a4e0864cad8629756216c4b2d4310.tar.gz
pcsx_rearmed-10858959854a4e0864cad8629756216c4b2d4310.tar.bz2
pcsx_rearmed-10858959854a4e0864cad8629756216c4b2d4310.zip
drc: fix a bug made during UAL conversion
-rw-r--r--libpcsxcore/new_dynarec/linkage_arm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/new_dynarec/linkage_arm.S b/libpcsxcore/new_dynarec/linkage_arm.S
index d79b09d..942b492 100644
--- a/libpcsxcore/new_dynarec/linkage_arm.S
+++ b/libpcsxcore/new_dynarec/linkage_arm.S
@@ -694,7 +694,7 @@ FUNCTION(jump_handler_read8):
FUNCTION(jump_handler_read16):
add r1, #0x1000/4*4 @ shift to r16 part
- pcsx_read_mem ldrbcc, 1
+ pcsx_read_mem ldrhcc, 1
FUNCTION(jump_handler_read32):
pcsx_read_mem ldrcc, 2