summaryrefslogtreecommitdiffstats
path: root/src/core/core.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2015-05-11 01:43:59 +0200
committerSubv <subv2112@gmail.com>2015-05-11 01:43:59 +0200
commit115ad8e16a69c8823118f210654fc9ea70a03213 (patch)
tree945fc0617a3329e14f0b4ec3cf2679a0054cbb7b /src/core/core.h
parentCore/Memory: Give every emulated thread it's own TLS area. (diff)
downloadyuzu-115ad8e16a69c8823118f210654fc9ea70a03213.tar
yuzu-115ad8e16a69c8823118f210654fc9ea70a03213.tar.gz
yuzu-115ad8e16a69c8823118f210654fc9ea70a03213.tar.bz2
yuzu-115ad8e16a69c8823118f210654fc9ea70a03213.tar.lz
yuzu-115ad8e16a69c8823118f210654fc9ea70a03213.tar.xz
yuzu-115ad8e16a69c8823118f210654fc9ea70a03213.tar.zst
yuzu-115ad8e16a69c8823118f210654fc9ea70a03213.zip
Diffstat (limited to '')
-rw-r--r--src/core/core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 215b5a49f..278f0f1cc 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -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