mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-03 21:24:38 +01:00
A32: Split off A32 specific IREmitter
This commit is contained in:
parent
b3c73e2622
commit
b1f0cf9278
15 changed files with 571 additions and 514 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue