Bug 986717 - Fix typo in SnapshotIterator::allocationReadable.

This commit is contained in:
Shu-yu Guo 2014-03-21 22:38:39 -07:00
parent 40e7bcc3c6
commit aec5110535

View File

@ -1370,7 +1370,7 @@ SnapshotIterator::allocationReadable(const RValueAllocation &alloc)
return hasRegister(alloc.fpuReg());
case RValueAllocation::TYPED_REG:
return hasRegister(alloc.reg());
return hasRegister(alloc.reg2());
#if defined(JS_NUNBOX32)
case RValueAllocation::UNTYPED_REG_REG: