Parent Directory
|
Revision Log
|
Patch
| revision 1.7 by bellard, Sun Jan 30 22:39:04 2005 UTC | revision 1.8 by bellard, Mon Feb 7 23:10:53 2005 UTC | |
|---|---|---|
| # | Line 4 | Line 4 |
| 4 | ||
| 5 | //#define DEBUG_MMU | //#define DEBUG_MMU |
| 6 | ||
| 7 | void raise_exception(int tt) | |
| 8 | { | |
| 9 | env->exception_index = tt; | |
| 10 | cpu_loop_exit(); | |
| 11 | } | |
| 12 | ||
| 13 | #ifdef USE_INT_TO_FLOAT_HELPERS | #ifdef USE_INT_TO_FLOAT_HELPERS |
| 14 | void do_fitos(void) | void do_fitos(void) |
| 15 | { | { |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |