mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
14119c86a4
`IsLess` would incorrectly return true if both `SR_OVERFLOW` and `SR_SIGN` are set, as `(sr & SR_OVERFLOW) != (sr & SR_SIGN)` becomes `SR_OVERFLOW != SR_SIGN` which is true as the two masks are different. This broke in
|
||
---|---|---|
.. | ||
accelerator_loop_test.ds | ||
accelerator_test.ds | ||
andc_ls_test.ds | ||
arith_test.ds | ||
dr_test.ds | ||
dsp_base.inc | ||
dsp_test.ds | ||
ir_test.ds | ||
ld_test.ds | ||
less_test.ds | ||
mul_test.ds | ||
neg_test.ds | ||
op_test.ds | ||
unk_regs_test.ds |