mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
UserspaceEmulator: Tweak INC and SAR helpers to not be SoftCPU members
It's quite nice having these as compartmentalized free functions.
This commit is contained in:
parent
e852768ba6
commit
7d41b95071
Notes:
sideshowbarker
2024-07-19 04:57:41 +09:00
Author: https://github.com/awesomekling
Commit: 7d41b95071
2 changed files with 18 additions and 23 deletions
|
@ -767,11 +767,6 @@ private:
|
|||
template<bool update_dest, typename Op>
|
||||
void generic_reg8_RM8(Op, const X86::Instruction&);
|
||||
|
||||
template<typename T>
|
||||
T sar_impl(T data, u8 steps);
|
||||
template<typename T>
|
||||
T inc_impl(T);
|
||||
|
||||
private:
|
||||
Emulator& m_emulator;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue