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:
parent
463ffbf83e
commit
4b5cfce6b1
2 changed files with 14 additions and 2 deletions
|
@ -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 };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue