glibc40/glibc-2.16.0-avx-increase_BF_FRAME.patch

12 lines
308 B
Diff
Raw Normal View History

--- glibc-2.16.0/crypt/x86.S.orig 2011-07-16 19:09:42.000000000 +0400
+++ glibc-2.16.0/crypt/x86.S 2012-07-04 15:08:57.743556929 +0400
@@ -42,7 +42,7 @@
#define DO_ALIGN(log) .align (1 << (log))
#endif
-#define BF_FRAME 0x200
+#define BF_FRAME 0x400
#define ctx %esp
#define BF_ptr (ctx)