From ccf3d2b6549320a69c1df078e6860587c135f00a Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Sat, 17 May 2025 15:50:08 -0400 Subject: [PATCH] Add decl for the __sync intrinsic --- include/global.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/global.h b/include/global.h index a9b9932b3..42687f340 100644 --- a/include/global.h +++ b/include/global.h @@ -44,6 +44,7 @@ extern int __cntlzw(uint); extern int __rlwimi(int, int, int, int, int); extern void __dcbz(void*, int); +extern void __sync(); #define VERSION_JPN 0 #define VERSION_USA 1