mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-03-20 20:51:03 +01:00
IR::DumpBlock: Incorrect use of std::map::at
This commit is contained in:
@@ -189,7 +189,7 @@ std::string DumpBlock(const IR::Block& block) {
|
||||
}
|
||||
|
||||
ret += "\n";
|
||||
inst_to_index.at(&*inst) = index++;
|
||||
inst_to_index[&*inst] = index++;
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user