mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Patches by Sebastian Reitenbach
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33338 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
72c9155ff3
commit
05f8f8f257
3 changed files with 7 additions and 2 deletions
|
@ -1063,7 +1063,7 @@ objc_create_block_classes_as_subclasses_of(Class super);
|
|||
finalize_sel = @selector(finalize);
|
||||
finalize_imp = class_getMethodImplementation(self, finalize_sel);
|
||||
|
||||
#if (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
|
||||
#if defined(__FreeBSD__) && defined(__i386__)
|
||||
// Manipulate the FPU to add the exception mask. (Fixes SIGFPE
|
||||
// problems on *BSD)
|
||||
// Note this only works on x86
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue