mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-26 10:33:01 +00:00
Small fix to addeo
This commit is contained in:
parent
60bf5dfa6a
commit
eb476adf87
@ -350,8 +350,7 @@ void ppc_addeo() {
|
||||
else {
|
||||
ppc_state.ppc_spr[SPR::XER] &= 0xDFFFFFFFUL;
|
||||
}
|
||||
ppc_setsoov(ppc_result_a, ppc_result_b, ppc_result_d);
|
||||
ppc_changecrf0(ppc_result_d);
|
||||
ppc_setsoov(ppc_result_a, (ppc_result_b + xer_ca), ppc_result_d);
|
||||
ppc_store_result_regd();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user