mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-07 02:42:58 +00:00
Common: Add an intrusive list implementation; remove use of boost::intrusive::list.
This commit is contained in:
@@ -68,7 +68,7 @@ bool ArmTranslatorVisitor::ConditionPassed(Cond cond) {
|
||||
|
||||
// non-AL cond
|
||||
|
||||
if (!ir.block.instructions.empty()) {
|
||||
if (!ir.block.instructions.IsEmpty()) {
|
||||
// We've already emitted instructions. Quit for now, we'll make a new block here later.
|
||||
cond_state = ConditionalState::Break;
|
||||
ir.SetTerm(IR::Term::LinkBlock{ir.current_location});
|
||||
|
||||
Reference in New Issue
Block a user