diff options
author | Lioncash <mathew1800@gmail.com> | 2015-01-31 21:44:35 -0500 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2015-01-31 21:55:34 -0500 |
commit | 3f00dd911780552c77575d3176860f576ebc0fdb (patch) | |
tree | c80ea3a4035a20810fb5914f3bfc99f392376939 /src/core/core.h | |
parent | 1a82721ad2f21b61479975bc338d047b11319cd0 (diff) |
arm: Clean up ARMul_State
Remove unnecessary/unused struct variables.
Diffstat (limited to 'src/core/core.h')
-rw-r--r-- | src/core/core.h | 1 |
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; }; |