mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-04-23 21:35:30 +02:00
frontend: Introduce FPSCR register helper class
Encapsulates all of the FPSCR state.
This commit is contained in:
@@ -21,7 +21,7 @@ std::string DumpBlock(const IR::Block& block) {
|
||||
loc.PC(),
|
||||
loc.TFlag() ? "T" : "!T",
|
||||
loc.EFlag() ? "E" : "!E",
|
||||
loc.FPSCR());
|
||||
loc.FPSCR().Value());
|
||||
};
|
||||
|
||||
ret += Common::StringFromFormat("Block: location=%s\n", loc_to_string(block.location).c_str());
|
||||
|
||||
Reference in New Issue
Block a user