mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-23 20:07:02 +02:00
fix for the fix of the fix
This commit is contained in:
parent
e55226f074
commit
335cb318d8
1 changed files with 1 additions and 2 deletions
|
|
@ -824,8 +824,7 @@ void VisitFpModifiers(Info& info, IR::Inst& inst) {
|
||||||
case IR::Opcode::FPUnordLessThanEqual32:
|
case IR::Opcode::FPUnordLessThanEqual32:
|
||||||
case IR::Opcode::FPOrdGreaterThanEqual32:
|
case IR::Opcode::FPOrdGreaterThanEqual32:
|
||||||
case IR::Opcode::FPUnordGreaterThanEqual32:
|
case IR::Opcode::FPUnordGreaterThanEqual32:
|
||||||
case IR::Opcode::ConvertF16F32:
|
case IR::Opcode::ConvertF16F32: {
|
||||||
case IR::Opcode::ConvertF64F32: {
|
|
||||||
const auto control{inst.Flags<IR::FpControl>()};
|
const auto control{inst.Flags<IR::FpControl>()};
|
||||||
switch (control.fmz_mode) {
|
switch (control.fmz_mode) {
|
||||||
case IR::FmzMode::DontCare:
|
case IR::FmzMode::DontCare:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue