mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
longjmp is questionable
This commit is contained in:
parent
d9bbbb2cb2
commit
5de3188c51
@ -10507,9 +10507,9 @@ s32 PS4_SYSV_ABI internal_localtime_s() {
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
void PS4_SYSV_ABI internal_longjmp(std::jmp_buf env, int status) {
|
||||
LOG_INFO(Lib_LibcInternal, "called");
|
||||
std::longjmp(env, status);
|
||||
s32 PS4_SYSV_ABI internal_longjmp() {
|
||||
LOG_ERROR(Lib_LibcInternal, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
s32 PS4_SYSV_ABI internal_lrand48() {
|
||||
|
Loading…
Reference in New Issue
Block a user