forked from eden-emu/eden
fixup! Set the TLS address in the scheduler
This commit is contained in:
parent
000876858d
commit
115ad8e16a
6 changed files with 10 additions and 11 deletions
|
@ -21,8 +21,6 @@ struct ThreadContext {
|
|||
u32 fpu_registers[32];
|
||||
u32 fpscr;
|
||||
u32 fpexc;
|
||||
|
||||
u32 tls;
|
||||
};
|
||||
|
||||
extern ARM_Interface* g_app_core; ///< ARM11 application core
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue