mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 22:45:45 +00:00
arm_dynarmic: Make SetTlsAddress() prototype and definition consistent
Makes the definition use the same type aliases as in its prototype.
This commit is contained in:
parent
2cd4a2bbd8
commit
f90376d170
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ u64 ARM_Dynarmic::GetTlsAddress() const {
|
||||||
return cb->tpidrro_el0;
|
return cb->tpidrro_el0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ARM_Dynarmic::SetTlsAddress(u64 address) {
|
void ARM_Dynarmic::SetTlsAddress(VAddr address) {
|
||||||
cb->tpidrro_el0 = address;
|
cb->tpidrro_el0 = address;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue