mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-13 22:22:05 +00:00
Fixed FPU_StackIsEmpty() fallback on Windows side
This commit is contained in:
parent
c93e84f0a3
commit
c5e3917c80
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@ public:
|
|||
}
|
||||
virtual bool FPU_StackIsEmpty()
|
||||
{
|
||||
return NULL;
|
||||
return false;
|
||||
}
|
||||
virtual void FPU_SetFTZ( bool enable ) {}
|
||||
virtual void FPU_SetDAZ( bool enable ) {}
|
||||
|
|
Loading…
Reference in a new issue