mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-05 18:22:57 +00:00
Common: Add an intrusive list implementation; remove use of boost::intrusive::list.
This commit is contained in:
@@ -353,7 +353,7 @@ IR::Value IREmitter::Inst(IR::Opcode op, std::initializer_list<IR::Value> args)
|
||||
index++;
|
||||
});
|
||||
|
||||
block.instructions.push_back(*inst);
|
||||
block.instructions.Append(*inst);
|
||||
return IR::Value(inst);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user