fix license

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2025-09-28 18:04:38 +00:00
parent 3afff30dab
commit d124bdd648
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ Block::iterator Block::PrependNewInst(iterator insertion_point, Opcode opcode, s
inst->SetArg(index, arg);
index++;
});
return instructions.insert(insertion_point, *inst);;
return instructions.insert(insertion_point, *inst);
}
static std::string TerminalToString(const Terminal& terminal_variant) noexcept {