mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-22 19:22:40 +02:00
ro: double whoops
This commit is contained in:
parent
306f413874
commit
d9159f81d2
@ -62,6 +62,7 @@ namespace ams::ro::impl {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Return the address. */
|
/* Return the address. */
|
||||||
|
return address;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -134,7 +135,7 @@ namespace ams::ro::impl {
|
|||||||
/* ... */
|
/* ... */
|
||||||
}
|
}
|
||||||
|
|
||||||
MappedCodeMemory(svc::Handle handle, u64 dst, u64 src, u64 size) : m_handle(handle), m_dst_address(dst), m_src_address(src), m_size(size) {
|
MappedCodeMemory(os::NativeHandle handle, u64 dst, u64 src, u64 size) : m_handle(handle), m_dst_address(dst), m_src_address(src), m_size(size) {
|
||||||
m_result = svc::MapProcessCodeMemory(m_handle, m_dst_address, m_src_address, m_size);
|
m_result = svc::MapProcessCodeMemory(m_handle, m_dst_address, m_src_address, m_size);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user