Skip to content

Commit

Permalink
fix compile error (#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
water111 authored Jun 13, 2022
1 parent 8ccb1df commit 5da5c29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions decompiler/IR2/FormExpressionAnalysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2809,6 +2809,8 @@ std::optional<RegisterAccess> get_form_reg_acc(Form* in) {
return atom.var();
}
}

return {};
}
} // namespace

Expand Down

0 comments on commit 5da5c29

Please sign in to comment.