Skip to content

Commit 4c12090

Browse files
authored
Fix build on FreeBSD/powerpc64*
1 parent e1eef56 commit 4c12090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

param.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2553,7 +2553,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25532553

25542554
#endif
25552555

2556-
#if defined(POWER9) && defined(OS_LINUX)
2556+
#if defined(POWER9) && (defined(OS_LINUX) || defined(OS_FREEBSD))
25572557

25582558
#define SNUMOPT 16
25592559
#define DNUMOPT 8

0 commit comments

Comments
 (0)