From b0abaa8312b51254bfb9f552482dc403fbe04208 Mon Sep 17 00:00:00 2001 From: MerryMage Date: Sat, 25 Aug 2018 22:56:54 +0100 Subject: [PATCH] A32/location_descriptor: Change formatting to use hex --- src/frontend/A32/location_descriptor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/A32/location_descriptor.cpp b/src/frontend/A32/location_descriptor.cpp index 3d829924..d4dbcbce 100644 --- a/src/frontend/A32/location_descriptor.cpp +++ b/src/frontend/A32/location_descriptor.cpp @@ -11,7 +11,7 @@ namespace Dynarmic::A32 { std::ostream& operator<<(std::ostream& o, const LocationDescriptor& loc) { - o << fmt::format("{{{},{},{},{}}}", + o << fmt::format("{{{:08x},{},{},{:08x}}}", loc.PC(), loc.TFlag() ? "T" : "!T", loc.EFlag() ? "E" : "!E",