about summary refs log tree commit diff stats
path: root/src/wrapped
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped')
-rwxr-xr-xsrc/wrapped/wrappedlibc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibc.c b/src/wrapped/wrappedlibc.c
index d86948a9..6b6a4b01 100755
--- a/src/wrapped/wrappedlibc.c
+++ b/src/wrapped/wrappedlibc.c
@@ -1362,6 +1362,7 @@ int getNCpu()
 }
 
 
+#ifndef NOALIGN
 void CreateCPUInfoFile(int fd)
 {
     size_t dummy;
@@ -1414,7 +1415,6 @@ void CreateCPUInfoFile(int fd)
     #undef P
 }
 
-#ifndef NOALIGN
 #define TMP_CPUINFO "box64_tmpcpuinfo"
 #define TMP_CPUTOPO "box64_tmpcputopo%d"
 #endif