Parent Directory
|
Revision Log
|
Patch
| revision 1.12 by bellard, Sun Jan 30 22:39:04 2005 UTC | revision 1.13 by bellard, Mon Feb 7 23:10:53 2005 UTC | |
|---|---|---|
| # | Line 556 void OPPROTO op_rett(void) | Line 556 void OPPROTO op_rett(void) |
| 556 | FORCE_RET(); | FORCE_RET(); |
| 557 | } | } |
| 558 | ||
| void raise_exception(int tt) | ||
| { | ||
| env->exception_index = tt; | ||
| cpu_loop_exit(); | ||
| } | ||
| 559 | /* XXX: use another pointer for %iN registers to avoid slow wrapping | /* XXX: use another pointer for %iN registers to avoid slow wrapping |
| 560 | handling ? */ | handling ? */ |
| 561 | void OPPROTO op_save(void) | void OPPROTO op_save(void) |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |