aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/assem_arm.c
diff options
context:
space:
mode:
authornotaz2012-04-18 03:17:06 +0300
committernotaz2012-04-18 03:25:05 +0300
commit4a35de071887026bb6dcd6b852738a1866959df7 (patch)
tree0e775cca8b0d8f0e4643e9de6452ef6b8078c350 /libpcsxcore/new_dynarec/assem_arm.c
parenta327ad27099341fb6eed61aa0419dff418429f96 (diff)
downloadpcsx_rearmed-4a35de071887026bb6dcd6b852738a1866959df7.tar.gz
pcsx_rearmed-4a35de071887026bb6dcd6b852738a1866959df7.tar.bz2
pcsx_rearmed-4a35de071887026bb6dcd6b852738a1866959df7.zip
drc: inv: fix ram ofset and mirror handling
Diffstat (limited to 'libpcsxcore/new_dynarec/assem_arm.c')
-rw-r--r--libpcsxcore/new_dynarec/assem_arm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpcsxcore/new_dynarec/assem_arm.c b/libpcsxcore/new_dynarec/assem_arm.c
index a88b396..f2c2efa 100644
--- a/libpcsxcore/new_dynarec/assem_arm.c
+++ b/libpcsxcore/new_dynarec/assem_arm.c
@@ -292,6 +292,7 @@ int isclean(int addr)
return 1;
}
+// get source that block at addr was compiled from (host pointers)
void get_bounds(int addr,u_int *start,u_int *end)
{
u_int *ptr=(u_int *)addr;