[Scummvm-git-logs] scummvm master -> f156e3a0c2d1fc5bfa76cd7f5527792540a3cf59
lephilousophe
noreply at scummvm.org
Fri Dec 29 07:35:29 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
f156e3a0c2 VITA: Hopefully really fix the build
Commit: f156e3a0c2d1fc5bfa76cd7f5527792540a3cf59
https://github.com/scummvm/scummvm/commit/f156e3a0c2d1fc5bfa76cd7f5527792540a3cf59
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2023-12-29T08:35:08+01:00
Commit Message:
VITA: Hopefully really fix the build
Changed paths:
backends/plugins/psp2/psp2-provider.cpp
diff --git a/backends/plugins/psp2/psp2-provider.cpp b/backends/plugins/psp2/psp2-provider.cpp
index 2b41845a093..4e1667c2e9b 100644
--- a/backends/plugins/psp2/psp2-provider.cpp
+++ b/backends/plugins/psp2/psp2-provider.cpp
@@ -57,9 +57,9 @@ void *forceLinkFunctions[] = {
(void *)vsprintf,
(void *)wcstombs,
(void *)__cxxabiv1::__cxa_finalize,
- (void *)__cxa_guard_acquire,
- (void *)__cxa_guard_release,
- (void *)__cxa_guard_abort
+ (void *)__cxxabiv1::__cxa_guard_acquire,
+ (void *)__cxxabiv1::__cxa_guard_release,
+ (void *)__cxxabiv1::__cxa_guard_abort
};
class PSP2Plugin final : public Plugin {
More information about the Scummvm-git-logs
mailing list