Properly disable fp calls on FreeBSD/Alpha.

This commit is contained in:
Steve Price 2000-08-21 00:53:22 +00:00
parent a5f244f040
commit c6e1047324
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31800

View File

@ -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();