Bug 905993 - Fix SetElementIC temp register. r=nbp

This commit is contained in:
Jan de Mooij 2013-08-20 12:45:31 +02:00
parent ae1425f9d3
commit 45942b5453

View File

@ -778,7 +778,7 @@ class SetElementIC : public RepatchIonCache
return object_;
}
Register tempToUnboxIndex() const {
return temp_;
return tempToUnboxIndex_;
}
Register temp() const {
return temp_;