mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-07 07:29:59 +01:00
A32/location_descriptor: Change formatting to use hex
This commit is contained in:
parent
ccbf6c7f63
commit
b0abaa8312
@ -11,7 +11,7 @@
|
|||||||
namespace Dynarmic::A32 {
|
namespace Dynarmic::A32 {
|
||||||
|
|
||||||
std::ostream& operator<<(std::ostream& o, const LocationDescriptor& loc) {
|
std::ostream& operator<<(std::ostream& o, const LocationDescriptor& loc) {
|
||||||
o << fmt::format("{{{},{},{},{}}}",
|
o << fmt::format("{{{:08x},{},{},{:08x}}}",
|
||||||
loc.PC(),
|
loc.PC(),
|
||||||
loc.TFlag() ? "T" : "!T",
|
loc.TFlag() ? "T" : "!T",
|
||||||
loc.EFlag() ? "E" : "!E",
|
loc.EFlag() ? "E" : "!E",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user