diff options
Diffstat (limited to 'src/core/core.h')
-rw-r--r-- | src/core/core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h index 278f0f1cc..215b5a49f 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -21,6 +21,8 @@ struct ThreadContext { u32 fpu_registers[32]; u32 fpscr; u32 fpexc; + + u32 tls; }; extern ARM_Interface* g_app_core; ///< ARM11 application core |