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;
|
u32 save_host_MXCSR;
|
||||||
|
|
||||||
bool check_bit;
|
bool check_bit;
|
||||||
bool halt_requested;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
|
Loading…
Reference in a new issue