a64_jitstate: Remove unnecessary FPSCR_nzcv member
This commit is contained in:
parent
aac5af50e2
commit
44c3c2312a
1 changed files with 2 additions and 4 deletions
|
@ -30,10 +30,8 @@ struct A64JitState {
|
|||
u64 sp;
|
||||
u64 pc;
|
||||
|
||||
union {
|
||||
u32 CPSR_nzcv = 0;
|
||||
u32 FPSCR_nzcv;
|
||||
};
|
||||
u32 CPSR_nzcv = 0;
|
||||
|
||||
u32 GetPstate() const {
|
||||
return CPSR_nzcv;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue