diff options
Diffstat (limited to 'source/sys_unix.c')
-rw-r--r-- | source/sys_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sys_unix.c b/source/sys_unix.c index c6e50de..6f36c61 100644 --- a/source/sys_unix.c +++ b/source/sys_unix.c @@ -696,7 +696,7 @@ void Sys_FillAPI( sysAPI_t *api ) { void Sys_FixFPCW( void ) { #ifdef __i386__ - unsigned int cw; + uint16 cw; __asm__ __volatile__( "fnstcw %0" : "=m" (cw) ); |