From 1775844f458c03859626ed6aa868eba01ae3a581 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 11 Nov 2022 19:07:03 +0100 Subject: Fix x86_64 build --- src/wrapped/wrappedlibc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wrapped/wrappedlibc.c b/src/wrapped/wrappedlibc.c index 37ebe664..9ea5b796 100755 --- a/src/wrapped/wrappedlibc.c +++ b/src/wrapped/wrappedlibc.c @@ -1326,6 +1326,7 @@ EXPORT ssize_t my_readlink(x64emu_t* emu, void* path, void* buf, size_t sz) return readlink((const char*)path, (char*)buf, sz); } +#ifndef NOALIGN static int nCPU = 0; static double bogoMips = 100.; @@ -1360,7 +1361,6 @@ int getNCpu() grabNCpu(); return nCPU; } -#ifndef NOALIGN void CreateCPUInfoFile(int fd) -- cgit 1.4.1