mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-07 07:29:59 +01:00
backend/x64: Remove unused member halt_requested from StackLayout
This commit is contained in:
parent
1f0a43753e
commit
da5d06c32a
@ -27,7 +27,6 @@ struct alignas(16) StackLayout {
|
|||||||
u32 save_host_MXCSR;
|
u32 save_host_MXCSR;
|
||||||
|
|
||||||
bool check_bit;
|
bool check_bit;
|
||||||
bool halt_requested;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user