mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-07 02:42:58 +00:00
a64_jitstate: Remove unnecessary FPSCR_nzcv member
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user