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 sp;
|
||||||
u64 pc;
|
u64 pc;
|
||||||
|
|
||||||
union {
|
|
||||||
u32 CPSR_nzcv = 0;
|
u32 CPSR_nzcv = 0;
|
||||||
u32 FPSCR_nzcv;
|
|
||||||
};
|
|
||||||
u32 GetPstate() const {
|
u32 GetPstate() const {
|
||||||
return CPSR_nzcv;
|
return CPSR_nzcv;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue