1.1 --- a/src/sh4/sh4x86.in Thu Oct 04 08:47:27 2007 +0000
1.2 +++ b/src/sh4/sh4x86.in Thu Nov 08 11:54:16 2007 +0000
1.5 - * $Id: sh4x86.in,v 1.19 2007-10-04 08:47:27 nkeynes Exp $
1.6 + * $Id: sh4x86.in,v 1.20 2007-11-08 11:54:16 nkeynes Exp $
1.8 * SH4 => x86 translation. This version does no real optimization, it just
1.9 * outputs straight-line x86 code - it mainly exists to provide a baseline
1.10 @@ -1317,7 +1317,7 @@
1.13 uint32_t target = (pc & 0xFFFFFFFC) + disp + 4;
1.14 - char *ptr = mem_get_region(target);
1.15 + sh4ptr_t ptr = mem_get_region(target);
1.17 MOV_moff32_EAX( (uint32_t)ptr );