mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2024-12-28 18:46:06 +00:00
kernel: Fix stack corruption from OrbisTimesec
This commit is contained in:
parent
ae7e6dafd5
commit
705d326a6d
|
@ -14,8 +14,8 @@ namespace Libraries::Kernel {
|
||||||
|
|
||||||
struct OrbisTimesec {
|
struct OrbisTimesec {
|
||||||
time_t t;
|
time_t t;
|
||||||
u64 west_sec;
|
u32 west_sec;
|
||||||
u64 dst_sec;
|
u32 dst_sec;
|
||||||
};
|
};
|
||||||
|
|
||||||
int32_t PS4_SYSV_ABI sceKernelReleaseDirectMemory(off_t start, size_t len);
|
int32_t PS4_SYSV_ABI sceKernelReleaseDirectMemory(off_t start, size_t len);
|
||||||
|
|
Loading…
Reference in a new issue