Search
lxdream.org :: lxdream/src/sh4/sh4trans.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4trans.h
changeset 941:c67574ed4355
prev926:68f3e0fe02f1
next991:60c7fab9c880
author nkeynes
date Tue Jan 13 11:56:28 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Merge lxdream-mem branch back to trunk
file annotate diff log raw
1.1 --- a/src/sh4/sh4trans.h Sun Dec 14 07:50:48 2008 +0000
1.2 +++ b/src/sh4/sh4trans.h Tue Jan 13 11:56:28 2009 +0000
1.3 @@ -113,6 +113,12 @@
1.4 void sh4_translate_exit_recover( );
1.5
1.6 /**
1.7 + * Called when doing a break out of the translator following a taken exception -
1.8 + * finalizes the system state up to the start of the current instruction.
1.9 + */
1.10 +void sh4_translate_exception_exit_recover( );
1.11 +
1.12 +/**
1.13 * From within the translator, exit the current block at the end of the
1.14 * current instruction, flush the translation cache (completely)
1.15 * @return TRUE to perform a vm-exit/continue after the flush
.