mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 11:08:56 +00:00
DSPEmitter: Remove unused class member variable
This commit is contained in:
parent
04c3db8bfa
commit
7959f900ed
1 changed files with 1 additions and 2 deletions
|
@ -296,9 +296,8 @@ private:
|
||||||
|
|
||||||
// CALL this to start the dispatcher
|
// CALL this to start the dispatcher
|
||||||
const u8* m_enter_dispatcher;
|
const u8* m_enter_dispatcher;
|
||||||
const u8* m_reenter_dispatcher;
|
|
||||||
const u8* m_stub_entry_point;
|
|
||||||
const u8* m_return_dispatcher;
|
const u8* m_return_dispatcher;
|
||||||
|
const u8* m_stub_entry_point;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace x86
|
} // namespace x86
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue