Merge pull request #750 from lioncash/ctx
arm_interface: Remove unused tls_address member of ThreadContext
This commit is contained in:
commit
de7cb91995
3 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue