summaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-02-01 00:28:29 -0500
committerbunnei <bunneidev@gmail.com>2015-02-01 00:28:29 -0500
commita4b1e8ce5239793814a19905ef912c10d3869e49 (patch)
treec80ea3a4035a20810fb5914f3bfc99f392376939 /src/core/core.h
parent1a82721ad2f21b61479975bc338d047b11319cd0 (diff)
parent3f00dd911780552c77575d3176860f576ebc0fdb (diff)
Merge pull request #524 from lioncash/state
arm: Clean up ARMul_State
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 8504bb2d9..5e132cb5a 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -23,7 +23,6 @@ struct ThreadContext {
u32 fpexc;
// These are not part of native ThreadContext, but needed by emu
- u32 reg_15;
u32 mode;
};