mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-18 22:37:42 -07:00
`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 | ||