mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 905993 - Fix SetElementIC temp register. r=nbp
This commit is contained in:
parent
ae1425f9d3
commit
45942b5453
@ -778,7 +778,7 @@ class SetElementIC : public RepatchIonCache
|
||||
return object_;
|
||||
}
|
||||
Register tempToUnboxIndex() const {
|
||||
return temp_;
|
||||
return tempToUnboxIndex_;
|
||||
}
|
||||
Register temp() const {
|
||||
return temp_;
|
||||
|
Loading…
Reference in New Issue
Block a user