mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-01 20:24:36 +01:00
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…
Add table
Add a link
Reference in a new issue