mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1167815 - Switch toMoveOperand to pass by value. r=bhackett
This commit is contained in:
parent
f5f4d8083f
commit
2adddbca0a
@ -24,7 +24,7 @@ class CodeGeneratorNone : public CodeGeneratorShared
|
||||
}
|
||||
|
||||
template <typename T> inline Register ToOperand(T) { MOZ_CRASH(); }
|
||||
MoveOperand toMoveOperand(const LAllocation*) const { MOZ_CRASH(); }
|
||||
MoveOperand toMoveOperand(const LAllocation) const { MOZ_CRASH(); }
|
||||
template <typename T1, typename T2>
|
||||
void bailoutCmp32(Assembler::Condition, T1, T2, LSnapshot*) { MOZ_CRASH(); }
|
||||
template<typename T>
|
||||
|
Loading…
Reference in New Issue
Block a user