mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:37:34 +00:00
LibX86: Remove unused private fields m_segment, m_handler
This commit is contained in:
parent
d0ad82f5c0
commit
5892e5a300
1 changed files with 0 additions and 2 deletions
|
@ -419,7 +419,6 @@ private:
|
|||
u32 evaluate_sib(const CPU&, SegmentRegister& default_segment) const;
|
||||
|
||||
unsigned m_register_index { 0xffffffff };
|
||||
SegmentRegister m_segment;
|
||||
union {
|
||||
u32 m_offset32 { 0 };
|
||||
u16 m_offset16;
|
||||
|
@ -539,7 +538,6 @@ private:
|
|||
mutable MemoryOrRegisterReference m_modrm;
|
||||
|
||||
InstructionDescriptor* m_descriptor { nullptr };
|
||||
InstructionHandler m_handler { nullptr };
|
||||
};
|
||||
|
||||
template<typename CPU>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue