Search
lxdream.org :: lxdream/src/sh4/sh4trans.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4trans.h
changeset 1292:799fdd4f704a
prev1263:b3de98d19faf
next1301:b76840ccf94b
author nkeynes
date Fri Aug 24 08:53:50 2012 +1000 (11 years ago)
permissions -rw-r--r--
last change Move the generated prologue/epilogue code out into a common entry stub
(reduces space requirements) and pre-save all saved registers. Change
FASTCALL to use 3 regs instead of 2 since we can now keep everything in
regs.
file annotate diff log raw
1.1 --- a/src/sh4/sh4trans.h Tue Mar 06 09:04:34 2012 +1000
1.2 +++ b/src/sh4/sh4trans.h Fri Aug 24 08:53:50 2012 +1000
1.3 @@ -67,6 +67,11 @@
1.4 void sh4_translate_add_recovery( uint32_t icount );
1.5
1.6 /**
1.7 + * Enter the VM at the given translated entry point
1.8 + */
1.9 +void FASTCALL (*sh4_translate_enter)(void *code);
1.10 +
1.11 +/**
1.12 * Initialize shadow execution mode
1.13 */
1.14 void sh4_shadow_init( void );
.