Search
lxdream.org :: lxdream/src/sh4/sh4trans.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4trans.h
changeset 905:4c17ebd9ef5e
prev835:2381ddfd3fdd
next926:68f3e0fe02f1
author nkeynes
date Fri Oct 31 01:07:44 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Add shortcut test for long writes to the store queue (far and away the most popular P4 write)
file annotate diff log raw
1.1 --- a/src/sh4/sh4trans.h Wed Aug 27 10:59:10 2008 +0000
1.2 +++ b/src/sh4/sh4trans.h Fri Oct 31 01:07:44 2008 +0000
1.3 @@ -124,7 +124,7 @@
1.4 * Either returns immediately (to skip the breakpoint), or aborts the current
1.5 * cycle and never returns.
1.6 */
1.7 -void sh4_translate_breakpoint_hit( sh4vma_t pc );
1.8 +void FASTCALL sh4_translate_breakpoint_hit( sh4vma_t pc );
1.9
1.10 #ifdef __cplusplus
1.11 }
.