mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-22 15:29:58 +00:00
Continued cleanup for bcl
This commit is contained in:
parent
0af9d0c972
commit
3b3634bf5f
@ -1162,10 +1162,10 @@ void dppc_interpreter::ppc_bc() {
|
||||
ppc_state.spr[SPR::LR] = ppc_state.pc + 4;
|
||||
}
|
||||
|
||||
template void dppc_interpreter::ppc_b<false, false>();
|
||||
template void dppc_interpreter::ppc_b<false, true>();
|
||||
template void dppc_interpreter::ppc_b<true, false>();
|
||||
template void dppc_interpreter::ppc_b<true, true>();
|
||||
template void dppc_interpreter::ppc_bc<false, false>();
|
||||
template void dppc_interpreter::ppc_bc<false, true>();
|
||||
template void dppc_interpreter::ppc_bc<true, false>();
|
||||
template void dppc_interpreter::ppc_bc<true, true>();
|
||||
|
||||
template<bool l, bool for601>
|
||||
void dppc_interpreter::ppc_bcctr() {
|
||||
|
Loading…
Reference in New Issue
Block a user