mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-14 00:28:56 +02:00
another smol fix
This commit is contained in:
parent
075ecc6e39
commit
8063f80df9
1 changed files with 0 additions and 4 deletions
|
|
@ -805,8 +805,6 @@ void VisitFpModifiers(Info& info, IR::Inst& inst) {
|
|||
break;
|
||||
}
|
||||
|
||||
...
|
||||
|
||||
case IR::Opcode::FPAdd32:
|
||||
case IR::Opcode::FPFma32:
|
||||
case IR::Opcode::FPMul32:
|
||||
|
|
@ -855,8 +853,6 @@ void VisitFpModifiers(Info& info, IR::Inst& inst) {
|
|||
break;
|
||||
}
|
||||
|
||||
...
|
||||
|
||||
case IR::Opcode::FPAdd64:
|
||||
case IR::Opcode::FPCeil64:
|
||||
case IR::Opcode::FPFloor64:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue