Search
lxdream.org :: lxdream/src/sh4/sh4core.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4core.h
changeset 1194:ee6ce5804608
prev1067:d3c00ffccfcd
next1202:01ae5cbad4c8
author nkeynes
date Thu Dec 22 18:10:36 2011 +1000 (12 years ago)
permissions -rw-r--r--
last change Only build shadow "core" if translation is enabled.
Guard call to sh4_translate_set_profile_blocks
Fix shadow compile when building without frame-address support (although
it's not going to actually work yet)
file annotate diff log raw
1.1 --- a/src/sh4/sh4core.h Sun Jul 05 13:54:48 2009 +1000
1.2 +++ b/src/sh4/sh4core.h Thu Dec 22 18:10:36 2011 +1000
1.3 @@ -243,6 +243,11 @@
1.4 void FASTCALL sh4_accept_interrupt( void );
1.5
1.6 /**
1.7 + * Helper method to update the SH4 registers for an exception, without
1.8 + * touching the MMU registers. Mainly for use in shadow mode.
1.9 + */
1.10 +void FASTCALL sh4_reraise_exception( sh4addr_t exception_pc );
1.11 +/**
1.12 * Complete the current instruction as part of a core exit. Prevents the
1.13 * system from being left in an inconsistent state when an exit is
1.14 * triggered during a memory write.
.