mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-14 00:09:24 +01:00
PowerPC: fix typo in FPSCR comment
This commit is contained in:
parent
a9447a8606
commit
c4a6612b01
@ -465,7 +465,7 @@ union UReg_FPSCR
|
||||
u32 VXIMZ : 1;
|
||||
// Invalid operation exception for 0 / 0 (sticky)
|
||||
u32 VXZDZ : 1;
|
||||
// Invalid operation exception for int / inf (sticky)
|
||||
// Invalid operation exception for inf / inf (sticky)
|
||||
u32 VXIDI : 1;
|
||||
// Invalid operation exception for inf - inf (sticky)
|
||||
u32 VXISI : 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user