diff options
-rw-r--r-- | Alc/helpers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |