| 313 | } |
| 314 | |
| 315 | void JAL() |
| 316 | { |
| 317 | // 0x3563b8 is the start address of the function that invalidate entry in TLB cache |
| 318 | if (EmuConfig.Gamefixes.GoemonTlbHack) { |
| 319 | if (_JumpTarget_ == 0x3563b8) |
| 320 | GoemonUnloadTlb(cpuRegs.GPR.n.a0.UL[0]); |
| 321 | } |
| 322 | _SetLink(31); |
| 323 | doBranch(_JumpTarget_); |
| 324 | } |
| 325 | |
| 326 | /********************************************************* |
| 327 | * Register branch logic * |
nothing calls this directly
no test coverage detected