| 272 | } |
| 273 | |
| 274 | void intDoBranch(u32 target) |
| 275 | { |
| 276 | //Console.WriteLn("Interpreter Branch "); |
| 277 | _doBranch_shared( target ); |
| 278 | |
| 279 | if( Cpu == &intCpu ) |
| 280 | { |
| 281 | intUpdateCPUCycles(); |
| 282 | intEventTest(); |
| 283 | } |
| 284 | } |
| 285 | |
| 286 | void intSetBranch() |
| 287 | { |