mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-24 00:04:51 +01:00
backend/x64: Remove unused member halt_requested from StackLayout
This commit is contained in:
parent
1f0a43753e
commit
da5d06c32a
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ struct alignas(16) StackLayout {
|
|||
u32 save_host_MXCSR;
|
||||
|
||||
bool check_bit;
|
||||
bool halt_requested;
|
||||
};
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue