aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/linkage_arm.s
diff options
context:
space:
mode:
authornotaz2010-12-10 17:57:35 +0200
committernotaz2010-12-14 15:25:05 +0200
commit28bc5688589e5f2d6cfa86bb22441e763de468cd (patch)
tree1ba279382d93edf79b2ce9e57c2ef55d07098cfd /libpcsxcore/new_dynarec/linkage_arm.s
parentccf51908872ddeb811b1245e6751600b860d90b5 (diff)
downloadpcsx_rearmed-28bc5688589e5f2d6cfa86bb22441e763de468cd.tar.gz
pcsx_rearmed-28bc5688589e5f2d6cfa86bb22441e763de468cd.tar.bz2
pcsx_rearmed-28bc5688589e5f2d6cfa86bb22441e763de468cd.zip
drc: hook even to detect irq unmasking
Diffstat (limited to 'libpcsxcore/new_dynarec/linkage_arm.s')
-rw-r--r--libpcsxcore/new_dynarec/linkage_arm.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpcsxcore/new_dynarec/linkage_arm.s b/libpcsxcore/new_dynarec/linkage_arm.s
index 5b7d783..b13df81 100644
--- a/libpcsxcore/new_dynarec/linkage_arm.s
+++ b/libpcsxcore/new_dynarec/linkage_arm.s
@@ -587,6 +587,7 @@ cc_interrupt:
.global do_interrupt
.type do_interrupt, %function
do_interrupt:
+ /* FIXME: cycles already calculated, not needed? */
ldr r0, [fp, #pcaddr-dynarec_local]
bl get_addr_ht
ldr r1, [fp, #next_interupt-dynarec_local]