aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/emu_if.h
diff options
context:
space:
mode:
authoraliaspider2015-09-23 16:12:24 +0100
committeraliaspider2015-09-23 16:12:24 +0100
commitfc99395c2d7efbbaa0663feed47dc89a54e49506 (patch)
tree02114dc1d8f34d10b5eb46cb508d9d53a49cdc9f /libpcsxcore/new_dynarec/emu_if.h
parentc90258c8ca8d207f24c3de741572c0ef2d1e9cb8 (diff)
downloadpcsx_rearmed-fc99395c2d7efbbaa0663feed47dc89a54e49506.tar.gz
pcsx_rearmed-fc99395c2d7efbbaa0663feed47dc89a54e49506.tar.bz2
pcsx_rearmed-fc99395c2d7efbbaa0663feed47dc89a54e49506.zip
(ctr/3ds) add target.
Diffstat (limited to 'libpcsxcore/new_dynarec/emu_if.h')
-rw-r--r--libpcsxcore/new_dynarec/emu_if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/new_dynarec/emu_if.h b/libpcsxcore/new_dynarec/emu_if.h
index 3980490..73f842b 100644
--- a/libpcsxcore/new_dynarec/emu_if.h
+++ b/libpcsxcore/new_dynarec/emu_if.h
@@ -89,7 +89,7 @@ extern void *scratch_buf_ptr;
extern u32 inv_code_start, inv_code_end;
/* cycles/irqs */
-extern unsigned int next_interupt;
+extern u32 next_interupt;
extern int pending_exception;
/* called by drc */