mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
spu: typo fix
This commit is contained in:
parent
c948c9305c
commit
cce946f10e
1 changed files with 2 additions and 2 deletions
|
@ -1001,9 +1001,9 @@ std::string spu_thread::dump_regs() const
|
|||
fmt::append(ret, "Event Mask: 0x%x\n", +ch_event_mask);
|
||||
|
||||
if (const u32 addr = raddr)
|
||||
fmt::append(ret, "Resrvation Addr: 0x%x\n", addr);
|
||||
fmt::append(ret, "Reservation Addr: 0x%x\n", addr);
|
||||
else
|
||||
fmt::append(ret, "Resrvation Addr: none\n");
|
||||
fmt::append(ret, "Reservation Addr: none\n");
|
||||
|
||||
fmt::append(ret, "Interrupts Enabled: %s\n", interrupts_enabled.load());
|
||||
fmt::append(ret, "Inbound Mailbox: %s\n", ch_in_mbox);
|
||||
|
|
Loading…
Add table
Reference in a new issue