Explorar o código

wrong __WORDSIZE in x86_64 header

Rich Felker %!s(int64=13) %!d(string=hai) anos
pai
achega
ee6fc9a093
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      arch/x86_64/bits/user.h

+ 1 - 1
arch/x86_64/bits/user.h

@@ -1,5 +1,5 @@
 #undef __WORDSIZE
-#define __WORDSIZE 32
+#define __WORDSIZE 64
 
 struct user_fpregs_struct
 {