mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-23 06:29:38 +00:00
ppcopcodes: fix mfmsr emulation.
This commit is contained in:
parent
4ffaf2cef3
commit
c253c48d89
@ -1355,7 +1355,6 @@ void ppc_mfmsr(){
|
|||||||
if ((ppc_state.ppc_msr & 0x4000) == 0){
|
if ((ppc_state.ppc_msr & 0x4000) == 0){
|
||||||
reg_d = (ppc_cur_instruction >> 21) & 31;
|
reg_d = (ppc_cur_instruction >> 21) & 31;
|
||||||
ppc_state.ppc_gpr[reg_d] = ppc_state.ppc_msr;
|
ppc_state.ppc_gpr[reg_d] = ppc_state.ppc_msr;
|
||||||
ppc_store_result_regd();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user