Search
lxdream.org :: lxdream/src/sh4/sh4trans.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4trans.h
changeset 591:7b9612fd2395
prev586:2a3ba82cf243
next593:6c710c7c6835
author nkeynes
date Thu Jan 17 10:11:37 2008 +0000 (16 years ago)
permissions -rw-r--r--
last change Add flag to skip breakpoints when it's the very first instruction of a run
(ie, so executing dreamcast_run() when the current pc is a breakpoint doesn't
just return immediately)
file annotate diff log raw
1.1 --- a/src/sh4/sh4trans.h Tue Jan 15 20:50:23 2008 +0000
1.2 +++ b/src/sh4/sh4trans.h Thu Jan 17 10:11:37 2008 +0000
1.3 @@ -112,3 +112,10 @@
1.4 * the specified exit code (one of the XLAT_EXIT_* values).
1.5 */
1.6 void sh4_translate_exit( int exit_code );
1.7 +
1.8 +/**
1.9 + * Support function called from the translator when a breakpoint is hit.
1.10 + * Either returns immediately (to skip the breakpoint), or aborts the current
1.11 + * cycle and never returns.
1.12 + */
1.13 +void sh4_translate_breakpoint_hit( sh4vma_t pc );
.