AddrArbiter: Implement arbitration types 3 and 4.
This commit is contained in:
parent
682e6bc8d9
commit
9e2ae289b8
3 changed files with 21 additions and 4 deletions
|
@ -194,7 +194,7 @@ static Result ArbitrateAddress(Handle arbiter, u32 address, u32 type, u32 value,
|
|||
LOG_TRACE(Kernel_SVC, "called handle=0x%08X, address=0x%08X, type=0x%08X, value=0x%08X", arbiter,
|
||||
address, type, value);
|
||||
return Kernel::ArbitrateAddress(arbiter, static_cast<Kernel::ArbitrationType>(type),
|
||||
address, value).raw;
|
||||
address, value, nanoseconds).raw;
|
||||
}
|
||||
|
||||
/// Used to output a message on a debug hardware unit - does nothing on a retail unit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue