forked from eden-emu/eden
arm_interface: Set TLS address for dynarmic core.
This commit is contained in:
parent
6d3b6e0041
commit
47d0206ac7
5 changed files with 32 additions and 0 deletions
|
@ -73,6 +73,13 @@ void ARM_DynCom::SetCP15Register(CP15Register reg, u32 value) {
|
|||
state->CP15[reg] = value;
|
||||
}
|
||||
|
||||
VAddr ARM_DynCom::GetTlsAddress() const {
|
||||
return {};
|
||||
}
|
||||
|
||||
void ARM_DynCom::SetTlsAddress(VAddr /*address*/) {
|
||||
}
|
||||
|
||||
void ARM_DynCom::AddTicks(u64 ticks) {
|
||||
down_count -= ticks;
|
||||
if (down_count < 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue