mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-19 14:52:57 +00:00
A32: Split off A32 specific IREmitter
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Dynarmic {
|
||||
namespace IR {
|
||||
|
||||
std::ostream& operator<<(std::ostream& o, const LocationDescriptor& descriptor) {
|
||||
o << fmt::format("{{{{}}}}", descriptor.value);
|
||||
o << fmt::format("{{{{}}}}", descriptor.Value());
|
||||
return o;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user