summaryrefslogtreecommitdiff
path: root/libpcsxcore/mdec.c
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-11-05 08:11:53 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-11-05 08:11:53 +0000
commita554d2c4011f7dbcc9560d7d9c11368ed1bf3f7a (patch)
tree387f87374ca282a75b7db1f293629f915e00402d /libpcsxcore/mdec.c
parentb6a7c5e5bc9f438059e5a71fe7f850410b668210 (diff)
downloadpcsxr-a554d2c4011f7dbcc9560d7d9c11368ed1bf3f7a.tar.gz
x86_64 dynarec as well
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59210 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/mdec.c')
-rw-r--r--libpcsxcore/mdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/mdec.c b/libpcsxcore/mdec.c
index 04476521..b96538f4 100644
--- a/libpcsxcore/mdec.c
+++ b/libpcsxcore/mdec.c
@@ -536,7 +536,7 @@ void psxDma1(u32 adr, u32 bcr, u32 chcr) {
return;
}
- in_ptr = mdec.rl;
+ in_ptr = (u8 *)mdec.rl;
size = (bcr >> 16) * (bcr & 0xffff);