im bored.

This commit is contained in:
ManDude
2022-04-17 06:14:30 +01:00
parent d827db20b3
commit 070e957ce8
54 changed files with 275 additions and 282 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ std::vector<goos::Object> OpenGOALAsm::get_args(const std::vector<DecompilerLabe
bool got_fsf = false;
for (int i = 0; i < m_instr.n_src; i++) {
auto v = m_src.at(i);
const auto& v = m_src.at(i);
InstructionAtom atom = m_instr.get_src(i);
if (v.has_value()) {