Bug 517345 followup: fix turning off jitstats test in non-debug builds, no_r=me

This commit is contained in:
David Mandelin 2009-09-18 17:46:16 -07:00
parent 7c2e702632
commit 653ee067df

View File

@ -3,7 +3,7 @@
// but presumably we want at least 1 flag to be set on all supported
// platforms.
if (jitstats) {
if (HAVE_TM) {
assertEq(jitstats.archIsIA32 ||
jitstats.archIs64BIT ||
jitstats.archIsARM ||