Parent Directory
|
Revision Log
|
Patch
| revision 1.16 by bellard, Sat Nov 26 10:38:39 2005 UTC | revision 1.17 by bellard, Sat Nov 26 10:46:39 2005 UTC | |
|---|---|---|
| # | Line 878 void OPPROTO op_debug(void) | Line 878 void OPPROTO op_debug(void) |
| 878 | cpu_loop_exit(); | cpu_loop_exit(); |
| 879 | } | } |
| 880 | ||
| 881 | void OPPROTO op_wfi(void) | |
| 882 | { | |
| 883 | env->exception_index = EXCP_HLT; | |
| 884 | env->halted = 1; | |
| 885 | cpu_loop_exit(); | |
| 886 | } | |
| 887 | ||
| 888 | /* VFP support. We follow the convention used for VFP instrunctions: | /* VFP support. We follow the convention used for VFP instrunctions: |
| 889 | Single precition routines have a "s" suffix, double precision a | Single precition routines have a "s" suffix, double precision a |
| 890 | "d" suffix. */ | "d" suffix. */ |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |