Parent Directory
|
Revision Log
|
Patch
| revision 1.39 by bellard, Wed Nov 23 21:36:30 2005 UTC | revision 1.40 by bellard, Wed Nov 23 22:05:28 2005 UTC | |
|---|---|---|
| # | Line 2097 GEN_HANDLER(mtmsr, 0x1F, 0x12, 0x04, 0x0 | Line 2097 GEN_HANDLER(mtmsr, 0x1F, 0x12, 0x04, 0x0 |
| 2097 | RET_PRIVREG(ctx); | RET_PRIVREG(ctx); |
| 2098 | return; | return; |
| 2099 | } | } |
| 2100 | gen_op_update_nip((ctx)->nip); | |
| 2101 | gen_op_load_gpr_T0(rS(ctx->opcode)); | gen_op_load_gpr_T0(rS(ctx->opcode)); |
| 2102 | gen_op_store_msr(); | gen_op_store_msr(); |
| 2103 | /* Must stop the translation as machine state (may have) changed */ | /* Must stop the translation as machine state (may have) changed */ |
| 2104 | RET_STOP(ctx); | RET_CHG_FLOW(ctx); |
| 2105 | #endif | #endif |
| 2106 | } | } |
| 2107 |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |