filename | src/sh4/sh4trans.h |
changeset | 617:476a717a54f3 |
prev | 604:1024c3a9cb88 |
next | 669:ab344e42bca9 |
author | nkeynes |
date | Tue Jan 29 10:39:56 2008 +0000 (15 years ago) |
permissions | -rw-r--r-- |
last change | Start getting SLEEP into order |
file | annotate | diff | log | raw |
1.1 --- a/src/sh4/sh4trans.h Tue Jan 22 11:30:37 2008 +00001.2 +++ b/src/sh4/sh4trans.h Tue Jan 29 10:39:56 2008 +00001.3 @@ -57,6 +57,11 @@1.4 #define XLAT_EXIT_SYSRESET 41.6 /**1.7 + * Translation flag - exit the current block and continue after the next IRQ.1.8 + */1.9 +#define XLAT_EXIT_SLEEP 51.10 +1.11 +/**1.12 */1.13 uint32_t sh4_xlat_run_slice( uint32_t nanosecs );
.