mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-05 22:17:09 +02:00
fix license
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
3afff30dab
commit
d124bdd648
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ Block::iterator Block::PrependNewInst(iterator insertion_point, Opcode opcode, s
|
||||||
inst->SetArg(index, arg);
|
inst->SetArg(index, arg);
|
||||||
index++;
|
index++;
|
||||||
});
|
});
|
||||||
return instructions.insert(insertion_point, *inst);;
|
return instructions.insert(insertion_point, *inst);
|
||||||
}
|
}
|
||||||
|
|
||||||
static std::string TerminalToString(const Terminal& terminal_variant) noexcept {
|
static std::string TerminalToString(const Terminal& terminal_variant) noexcept {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue