mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 517345 followup: fix turning off jitstats test in non-debug builds, no_r=me
This commit is contained in:
parent
7c2e702632
commit
653ee067df
@ -3,7 +3,7 @@
|
|||||||
// but presumably we want at least 1 flag to be set on all supported
|
// but presumably we want at least 1 flag to be set on all supported
|
||||||
// platforms.
|
// platforms.
|
||||||
|
|
||||||
if (jitstats) {
|
if (HAVE_TM) {
|
||||||
assertEq(jitstats.archIsIA32 ||
|
assertEq(jitstats.archIsIA32 ||
|
||||||
jitstats.archIs64BIT ||
|
jitstats.archIs64BIT ||
|
||||||
jitstats.archIsARM ||
|
jitstats.archIsARM ||
|
||||||
|
Loading…
Reference in New Issue
Block a user