1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:37:35 +00:00

UserspaceEmulator: Emulate two FPU instructions!

This commit is contained in:
Nico Weber 2020-08-30 13:27:17 -04:00 committed by Andreas Kling
parent 463ffbf83e
commit 4b5cfce6b1
2 changed files with 14 additions and 2 deletions

View file

@ -1112,6 +1112,8 @@ private:
u32 m_eip { 0 };
u32 m_base_eip { 0 };
ValueWithShadow<u16> m_fpu_cw { 0, 0 };
const u8* m_cached_code_ptr { nullptr };
const u8* m_cached_code_end { nullptr };