Properly disable fp calls on FreeBSD/Alpha.
This commit is contained in:
parent
a5f244f040
commit
c6e1047324
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31800
@ -14,7 +14,7 @@
|
||||
static int drums[] = DEFAULT_DRUMCHANNELS;
|
||||
static int is_first = 1;
|
||||
-#if defined(__FreeBSD__)
|
||||
+#if defined(__FreeBSD__) && !defined(alpha)
|
||||
+#if defined(__FreeBSD__) && !defined(__alpha__)
|
||||
fp_except_t fpexp;
|
||||
|
||||
fpexp = fpgetmask();
|
||||
|
Loading…
Reference in New Issue
Block a user