arm_interface: Remove unused tls_address member of ThreadContext

Currently, the TLS address is set within the scheduler, making this
member unused.
This commit is contained in:
Lioncash 2018-07-20 18:56:53 -04:00
parent 2b7d862366
commit ae09adfcb3
3 changed files with 0 additions and 9 deletions

View file

@ -20,9 +20,6 @@ public:
u64 cpsr;
std::array<u128, 32> fpu_registers;
u64 fpscr;
// TODO(bunnei): Fix once we have proper support for tpidrro_el0, etc. in the JIT
VAddr tls_address;
};
/// Runs the CPU until an event happens