mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 22:28:45 +00:00
clang fix
This commit is contained in:
parent
63012f1246
commit
9088a91ceb
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ u64 PS4_SYSV_ABI sceKernelGetDirectMemorySize() {
|
||||||
int PS4_SYSV_ABI sceKernelAllocateDirectMemory(s64 searchStart, s64 searchEnd, u64 len,
|
int PS4_SYSV_ABI sceKernelAllocateDirectMemory(s64 searchStart, s64 searchEnd, u64 len,
|
||||||
u64 alignment, int memoryType, s64* physAddrOut) {
|
u64 alignment, int memoryType, s64* physAddrOut) {
|
||||||
|
|
||||||
LOG_INFO(Kernel_Vmm,"searchStart = {:#x}, searchEnd = {:#x}, len = {:#x}, "
|
LOG_INFO(Kernel_Vmm,
|
||||||
|
"searchStart = {:#x}, searchEnd = {:#x}, len = {:#x}, "
|
||||||
"alignment = {:#x}, memoryType = {:#x}, physAddrOut = {:#x}",
|
"alignment = {:#x}, memoryType = {:#x}, physAddrOut = {:#x}",
|
||||||
searchStart, searchEnd, len, alignment, memoryType, phys_addr);
|
searchStart, searchEnd, len, alignment, memoryType, phys_addr);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue