Selaa lähdekoodia

wrong __WORDSIZE in x86_64 header

Rich Felker 13 vuotta sitten
vanhempi
sitoutus
ee6fc9a093
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
 {