arm: Clean up ARMul_State
Remove unnecessary/unused struct variables.
This commit is contained in:
parent
1a82721ad2
commit
3f00dd9117
5 changed files with 78 additions and 132 deletions
|
@ -23,7 +23,6 @@ struct ThreadContext {
|
|||
u32 fpexc;
|
||||
|
||||
// These are not part of native ThreadContext, but needed by emu
|
||||
u32 reg_15;
|
||||
u32 mode;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue