Skip to content

Commit b70227a

Browse files
authored
Merge pull request #4795 from pkubaj/patch-1
Fix build on FreeBSD/powerpc64*
2 parents 8277828 + 4c12090 commit b70227a

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)