Skip to content

Commit 45ac260

Browse files
committed
Fixing build.
1 parent b5b7b17 commit 45ac260

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/mips/common/crt0/cxxglue.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,3 +230,7 @@ __attribute__((weak)) void __cxa_guard_release(uint32_t* guardObject) {
230230
guardObject[1] = 0;
231231
atomic_signal_fence(memory_order_release);
232232
}
233+
234+
__attribute__((weak)) void _ZSt24__throw_out_of_range_fmtPKcz(const char* format, ...) {
235+
abort();
236+
}

src/mips/tests/psyqo/psyqo-tests.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ SOFTWARE.
2424
2525
*/
2626

27-
// PSYQo unit test suite using snitch.
28-
// Runs on the PlayStation 1 via pcsx-redux.
29-
// Output goes through the BIOS TTY (captured by --stdout).
30-
3127
#include "common/hardware/pcsxhw.h"
3228
#include "common/syscalls/syscalls.h"
3329

0 commit comments

Comments
 (0)