From a554d2c4011f7dbcc9560d7d9c11368ed1bf3f7a Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Fri, 5 Nov 2010 08:11:53 +0000 Subject: x86_64 dynarec as well git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59210 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/mdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore/mdec.c') 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); -- cgit v1.2.3