Skip to content

Commit

Permalink
Merge pull request FEX-Emu#4263 from pmatos/patch-1
Browse files Browse the repository at this point in the history
Print arg type f80Bit
  • Loading branch information
Sonicadvance1 authored Jan 10, 2025
2 parents a18b2d0 + 159ed07 commit 8c94b78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FEXCore/Source/Interface/IR/IRDumper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ static void PrintArg(fextl::stringstream* out, [[maybe_unused]] const IRListView
case OpSize::i64Bit: *out << "i64"; break;
case OpSize::i128Bit: *out << "i128"; break;
case OpSize::i256Bit: *out << "i256"; break;
case OpSize::f80Bit: *out << "f80"; break;
default: *out << "<Unknown OpSize Type>"; break;
}
}
Expand Down

0 comments on commit 8c94b78

Please sign in to comment.