backend/x64: Remove unused member halt_requested from StackLayout

This commit is contained in:
Merry 2022-07-15 15:19:01 +01:00
parent 1f0a43753e
commit da5d06c32a

View file

@ -27,7 +27,6 @@ struct alignas(16) StackLayout {
u32 save_host_MXCSR;
bool check_bit;
bool halt_requested;
};
#ifdef _MSC_VER