зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1304638 - Remove redundant call to offsetForStackOperand. r=nbp
No state changes between the first and second call. MozReview-Commit-ID: 38FooLQnn9b Signed-off-by: Emilio Cobos Álvarez <ecoal95@gmail.com>
This commit is contained in:
Родитель
920d7cb8fb
Коммит
d61989e28e
|
@ -354,7 +354,7 @@ class BytecodeParser
|
|||
uint32_t offset = offsetForStackOperand(script_->pcToOffset(pc), operand);
|
||||
if (offset >= SpecialOffsets::FirstSpecialOffset)
|
||||
return nullptr;
|
||||
return script_->offsetToPC(offsetForStackOperand(script_->pcToOffset(pc), operand));
|
||||
return script_->offsetToPC(offset);
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Загрузка…
Ссылка в новой задаче