1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/graphics/gdk-pixbuf/files/patch-gdk-pixbuf::pixops::have_mmx.S
Maxim Sobolev 3c38fcb4fb Fix another place where CPUID code doesn't bother to restore original state
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.
2001-11-16 10:51:32 +00:00

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