mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1140801 - Don't invoke functions on non-ion platforms. r=nbp
This commit is contained in:
parent
1675ef4213
commit
c70b8b049f
@ -8203,6 +8203,8 @@ static const FloatRegisterSet NonVolatileSimdRegs = SupportsSimd ? NonVolatileRe
|
|||||||
static const unsigned FramePushedAfterSave = NonVolatileRegs.gprs().size() * sizeof(intptr_t) +
|
static const unsigned FramePushedAfterSave = NonVolatileRegs.gprs().size() * sizeof(intptr_t) +
|
||||||
NonVolatileRegs.fpus().getPushSizeInBytes() +
|
NonVolatileRegs.fpus().getPushSizeInBytes() +
|
||||||
sizeof(double);
|
sizeof(double);
|
||||||
|
#elif defined(JS_CODEGEN_NONE)
|
||||||
|
static const unsigned FramePushedAfterSave = 0;
|
||||||
#else
|
#else
|
||||||
static const unsigned FramePushedAfterSave =
|
static const unsigned FramePushedAfterSave =
|
||||||
SupportsSimd ? NonVolatileRegs.gprs().size() * sizeof(intptr_t) +
|
SupportsSimd ? NonVolatileRegs.gprs().size() * sizeof(intptr_t) +
|
||||||
|
Loading…
Reference in New Issue
Block a user