| 44 | } |
| 45 | |
| 46 | void BC2FL() |
| 47 | { |
| 48 | if (CP2COND == 0) |
| 49 | { |
| 50 | Console.WriteLn("VU0 Macro Branch"); |
| 51 | intDoBranch(_BranchTarget_); |
| 52 | } |
| 53 | else |
| 54 | { |
| 55 | cpuRegs.pc += 4; |
| 56 | } |
| 57 | } |
| 58 | void BC2TL() |
| 59 | { |
| 60 | if (CP2COND == 1) |
nothing calls this directly
no test coverage detected