mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-07 07:29:59 +01:00
backend/arm64/stack_layout: Remove unused variable
This commit is contained in:
parent
72357aba04
commit
2c75ca746b
@ -25,7 +25,6 @@ struct alignas(16) StackLayout {
|
|||||||
std::array<std::array<u64, 2>, SpillCount> spill;
|
std::array<std::array<u64, 2>, SpillCount> spill;
|
||||||
|
|
||||||
u32 save_host_fpcr;
|
u32 save_host_fpcr;
|
||||||
u32 save_host_fpsr;
|
|
||||||
|
|
||||||
bool check_bit;
|
bool check_bit;
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user