mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bustage fix for bug 884676/66e1ed80ba05 to fix CLOSED TREE.
This commit is contained in:
parent
8cf4d2c76b
commit
8a95df6d82
@ -693,8 +693,6 @@ struct JSRuntime : public JS::shadow::Runtime,
|
||||
*/
|
||||
#ifdef JS_THREADSAFE
|
||||
mozilla::Atomic<int32_t> interrupt;
|
||||
static_assert(sizeof(interrupt) == sizeof(int32_t),
|
||||
"|interrupt| must be ABI-compatible with int32_t for JIT.");
|
||||
#else
|
||||
int32_t interrupt;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user