mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 17:27:51 +00:00
ARMInterface: Correct rebase errors.
This commit is contained in:
parent
a4e7d0b106
commit
cce90e2672
3 changed files with 5 additions and 5 deletions
|
@ -212,8 +212,8 @@ void ARM_Dynarmic_64::Step() {
|
|||
ARM_Dynarmic_64::ARM_Dynarmic_64(System& system, CPUInterrupts& interrupt_handlers,
|
||||
bool uses_wall_clock, ExclusiveMonitor& exclusive_monitor,
|
||||
std::size_t core_index)
|
||||
: ARM_Interface{system, interrupt_handler, uses_wall_clock},
|
||||
cb(std::make_unique<DynarmicCallbacks64>(*this)), inner_unicorn{system, interrupt_handler,
|
||||
: ARM_Interface{system, interrupt_handlers, uses_wall_clock},
|
||||
cb(std::make_unique<DynarmicCallbacks64>(*this)), inner_unicorn{system, interrupt_handlers,
|
||||
uses_wall_clock,
|
||||
ARM_Unicorn::Arch::AArch64,
|
||||
core_index},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue