mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
3c38fcb4fb
of the bit 21 of eflags register. This should fix `sigreturn: eflags ...' problem in many threaded GNOME apps. Update is highly recommended to all GNOME users - it improves stability of Nautilus, Balsa etc greatly.
15 lines
212 B
ArmAsm
15 lines
212 B
ArmAsm
|
|
$FreeBSD$
|
|
|
|
--- gdk-pixbuf/pixops/have_mmx.S 2001/11/16 10:34:50 1.1
|
|
+++ gdk-pixbuf/pixops/have_mmx.S 2001/11/16 10:35:21
|
|
@@ -19,6 +19,8 @@
|
|
popfl
|
|
pushfl
|
|
popl %eax
|
|
+ pushl %ebx
|
|
+ popfl
|
|
|
|
cmpl %eax, %ebx
|
|
|