Skip to content

Commit 8c79c6e

Browse files
Fix #4572
Other cores need to be recompiled sometime for this fix (which in theory can affect every core)
1 parent 2363d5e commit 8c79c6e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Assets/dll/melonDS.wbx.zst

24 Bytes
Binary file not shown.

waterbox/emulibc/emulibc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ void* alloc_sealed(size_t size)
6060
return alloc_helper(size, &__wbxsysinfo.sealed, &__sealed_current, "sealed");
6161
}
6262

63-
static unsigned long __invisible_current;
63+
ECL_INVISIBLE static unsigned long __invisible_current;
6464
void* alloc_invisible(size_t size)
6565
{
6666
return alloc_helper(size, &__wbxsysinfo.invis, &__invisible_current, "invisible");

0 commit comments

Comments
 (0)