mirror of
https://github.com/azahar-emu/sirit.git
synced 2026-03-20 19:21:03 +01:00
Rename bad overload Add to Sink
This commit is contained in:
@@ -60,7 +60,7 @@ void Op::Write(Stream& stream) const {
|
||||
}
|
||||
}
|
||||
|
||||
void Op::Add(Operand* operand) {
|
||||
void Op::Sink(Operand* operand) {
|
||||
Add(static_cast<const Operand*>(operand));
|
||||
operand_store.push_back(std::unique_ptr<Operand>(operand));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user