Kernel: Make sure we don't use any FPU/MMX/SSE instructions.

This commit is contained in:
Andreas Kling 2019-04-22 23:38:33 +02:00
commit 2d7cad6a16
Notes: sideshowbarker 2024-07-19 14:37:24 +09:00
6 changed files with 10 additions and 16 deletions

View file

@ -8,8 +8,7 @@ public:
RandomDevice();
virtual ~RandomDevice() override;
static int random_value();
static float random_percentage();
static dword random_value();
private:
// ^CharacterDevice