Bug 1228259 - jitspew is #ifdef JS_JITSPEW not DEBUG. r=h4writer

--HG--
extra : rebase_source : 6ac8a0e1095c4a318af15fee745467e5163503e5
extra : amend_source : 9ba9d3d0c9b15a8e3550ace0b88d4068cc945e3b
This commit is contained in:
Lars T Hansen 2015-11-26 12:55:06 +01:00
parent 80fe8e107c
commit bc9c6e0192

View File

@ -201,7 +201,7 @@ SafepointWriter::writeValueSlots(LSafepoint* safepoint)
MapSlotsToBitset(frameSlots_, argumentSlots_, stream_, slots);
}
#if defined(DEBUG) && defined(JS_NUNBOX32)
#if defined(JS_JITSPEW) && defined(JS_NUNBOX32)
static void
DumpNunboxPart(const LAllocation& a)
{