Skip to content
Snippets Groups Projects
Commit f08c0520 authored by Lioncash's avatar Lioncash
Browse files

arm_dynarmic: Make SetTlsAddress() prototype and definition consistent

Makes the definition use the same type aliases as in its prototype.
parent 9d6aa7bf
No related branches found
No related tags found
No related merge requests found
...@@ -203,7 +203,7 @@ u64 ARM_Dynarmic::GetTlsAddress() const { ...@@ -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;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment