aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec
diff options
context:
space:
mode:
authornotaz2012-04-29 19:23:09 +0300
committernotaz2012-04-29 19:32:08 +0300
commitac6575cdd93d665efc374c1a14b391c6a5308972 (patch)
tree835c3727018e98f2ec096cdec5560b12f6093f05 /libpcsxcore/new_dynarec
parent4ea7de6a1495abfbc49c54fd2a90e902fdfa13d9 (diff)
downloadpcsx_rearmed-ac6575cdd93d665efc374c1a14b391c6a5308972.tar.gz
pcsx_rearmed-ac6575cdd93d665efc374c1a14b391c6a5308972.tar.bz2
pcsx_rearmed-ac6575cdd93d665efc374c1a14b391c6a5308972.zip
fix some build issues and warnings
Diffstat (limited to 'libpcsxcore/new_dynarec')
-rw-r--r--libpcsxcore/new_dynarec/emu_if.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpcsxcore/new_dynarec/emu_if.c b/libpcsxcore/new_dynarec/emu_if.c
index 9011f9c..85ec174 100644
--- a/libpcsxcore/new_dynarec/emu_if.c
+++ b/libpcsxcore/new_dynarec/emu_if.c
@@ -299,6 +299,7 @@ static void ari64_reset()
pending_exception = 1;
}
+#ifdef __arm__
// execute until predefined leave points
// (HLE softcall exit and BIOS fastboot end)
static void ari64_execute_until()
@@ -321,6 +322,7 @@ static void ari64_execute()
evprintf("drc left @%08x\n", psxRegs.pc);
}
}
+#endif
static void ari64_clear(u32 addr, u32 size)
{