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
commit de7cb91995
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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