From c66db3cdf63f13a7d30b0e2b86a60661216e28a5 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 11 Nov 2018 22:27:37 -0800 Subject: Use the correct type for __control87_2 --- Alc/helpers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Alc/helpers.cpp') diff --git a/Alc/helpers.cpp b/Alc/helpers.cpp index 0505c729..ce526c1e 100644 --- a/Alc/helpers.cpp +++ b/Alc/helpers.cpp @@ -297,7 +297,7 @@ void RestoreFPUMode(const FPUCtl *ctl) #elif defined(HAVE___CONTROL87_2) - int mode; + unsigned int mode; __control87_2(ctl->state, _MCW_DN, &mode, nullptr); __control87_2(ctl->sse_state, _MCW_DN, nullptr, &mode); -- cgit v1.2.3