mirror of
https://github.com/azahar-emu/sirit
synced 2025-11-07 07:30:00 +01:00
Rename bad overload Add to Sink
This commit is contained in:
parent
4da63b4ed5
commit
951ef21f17
@ -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));
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user