SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 0b54eea084ac894fb777e63dc0fa82e3b9d18ff4 parent fb3db82d4240c1c9b1eafaca4c64225f66c6cf35 Author: Lior Halphon <LIJI32@gmail.com> Date: Fri, 4 Aug 2023 19:53:52 +0300 Change the internal macro to use hidden, which guarantees a standard ABI Diffstat:
| M | Core/defs.h | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Core/defs.h b/Core/defs.h @@ -24,7 +24,7 @@ #define __builtin_bswap16(x) ({ typeof(x) _x = (x); _x >> 8 | _x << 8; }) #endif -#define internal __attribute__((visibility("internal"))) +#define internal __attribute__((visibility("hidden"))) #define noinline __attribute__((noinline)) #if __clang__
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.