backend/arm64/stack_layout: Remove unused variable
This commit is contained in:
parent
72357aba04
commit
2c75ca746b
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ struct alignas(16) StackLayout {
|
|||
std::array<std::array<u64, 2>, SpillCount> spill;
|
||||
|
||||
u32 save_host_fpcr;
|
||||
u32 save_host_fpsr;
|
||||
|
||||
bool check_bit;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue