Bug 986717 - Fix typo in SnapshotIterator::allocationReadable.

This commit is contained in:
Shu-yu Guo 2014-03-21 22:38:39 -07:00
parent 4f44593e24
commit f2bdb81af6

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: