Merge pull request #750 from lioncash/ctx

arm_interface: Remove unused tls_address member of ThreadContext
This commit is contained in:
bunnei
2018-07-21 11:38:16 -07:00
committed by GitHub
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