Explorar o código

fix __WORDSIZE on x32 sys/user.h

sys/reg.h already had it right as 32, to which it was explicitly
changed when commit 664cd341921007cea52c8891f27ce35927dca378 derived
x32 from x86_64. but the copy exposed in sys/user.h was missed.
Rich Felker %!s(int64=3) %!d(string=hai) anos
pai
achega
760f5d7efe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      arch/x32/bits/user.h

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

@@ -1,5 +1,5 @@
 #undef __WORDSIZE
-#define __WORDSIZE 64
+#define __WORDSIZE 32
 
 typedef struct user_fpregs_struct {
 	uint16_t cwd, swd, ftw, fop;