Fixed small compiler warning

This commit is contained in:
Robert Beckebans 2024-06-22 16:58:18 +02:00
parent 70b757ee58
commit c93e84f0a3

View file

@ -660,7 +660,7 @@ public:
}
virtual bool FPU_StackIsEmpty()
{
return NULL;
return false;
}
virtual void FPU_SetFTZ( bool enable ) {}
virtual void FPU_SetDAZ( bool enable ) {}