Skip to content

Commit

Permalink
Fixes #333
Browse files Browse the repository at this point in the history
  • Loading branch information
frabert committed Apr 29, 2024
1 parent 80eca32 commit 8caebd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AST/IRToASTVisitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@ void IRToASTVisitor::VisitFunctionDecl(llvm::Function &func) {
}

auto fdecl{decl->getAsFunction()};
fdecl->setParams(params);
fdecl->setParams(iasm_params);

tudecl->addDecl(decl);
}
Expand Down

0 comments on commit 8caebd5

Please sign in to comment.